Skip to content

Commit 8fe90cf

Browse files
committed
Fixing an api test failure
1 parent 8a76272 commit 8fe90cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rootfs/api/tests/test_auth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,6 @@ def test_regenerate(self):
378378
def test_auth_no_ldap_by_default(self, mock_logger):
379379
"""Ensure that LDAP authentication is disabled by default."""
380380
self.test_auth()
381-
# NOTE(bacongobbler): Using https://github.com/deisthree/controller/issues/1189 as a test case
381+
# NOTE(bacongobbler): Using https://github.com/deisthree/controller/issues/1189
382+
# as a test case
382383
mock_logger.warning.assert_not_called()

0 commit comments

Comments
 (0)