Skip to content

Commit 86c7bc0

Browse files
committed
Cleaned up the indentation
1 parent 985aa53 commit 86c7bc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_apiconnector.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)