There was an error while loading. Please reload this page.
1 parent 7f51060 commit 0b1da36Copy full SHA for 0b1da36
1 file changed
bluesky_httpserver/tests/test_authenticators.py
@@ -2,10 +2,10 @@
2
3
import pytest
4
5
+# fmt: off
6
from ..authenticators import LDAPAuthenticator
7
8
-# fmt: off
9
@pytest.mark.parametrize("ldap_server_address, ldap_server_port", [
10
("localhost", 1389),
11
("localhost:1389", 904), # Random port, ignored
0 commit comments