Skip to content

Commit 693aea2

Browse files
author
Logan Riggs
committed
Pep fix
1 parent 68658c7 commit 693aea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/server_tests/test_service_info_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ def test_given_server_with_auth_expect_correct_info_response(self):
100100
self.assertTrue("features" in v1)
101101
features = v1["features"]
102102
self.assertDictEqual(
103-
{"authentication": {"methods": {"basic-auth": {}}, "required": True}, 'evaluate_enabled': True, 'gzip_enabled': True},
103+
{"authentication": {"methods": {"basic-auth": {}}, "required": True},
104+
'evaluate_enabled': True, 'gzip_enabled': True},
104105
features,
105106
)
106107

0 commit comments

Comments
 (0)