File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ def tearDown(self):
5252 def test_authentication (self , mock_perform_API_call ):
5353 # TODO return error messages
5454 mock_perform_API_call .return_value = 400 , \
55- """<oml:authenticate xmlns:oml = "http://openml.org/openml">
56- <oml:session_hash>G9MPPN114ZCZNWW2VN3JE9VF1FMV8Y5FXHUDUL4P</oml:session_hash>
57- <oml:valid_until>2014 -08-13 20:01:29</oml:valid_until>
58- <oml:timezone>Europe/Berlin</oml:timezone>
59- </oml:authenticate>"""
55+ """ <oml:authenticate xmlns:oml = "http://openml.org/openml">
56+ <oml:session_hash>G9MPPN114ZCZNWW2VN3JE9VF1FMV8Y5FXHUDUL4P</oml:session_hash>
57+ <oml:valid_until>2017 -08-13 20:01:29</oml:valid_until>
58+ <oml:timezone>Europe/Berlin</oml:timezone>
59+ </oml:authenticate> """
6060
6161 # This already does an authentication
6262 connector = APIConnector ()
You can’t perform that action at this time.
0 commit comments