Skip to content

Commit 67e47f3

Browse files
author
Kota Tsuyuzaki
committed
Use _server_port_default()
1 parent b1744bf commit 67e47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldapauthenticator/tests/test_ldapauthenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def test_ldap_auth_redirects(authenticator):
116116
# set non-available port
117117
correct_server_port = "%s:%s" % (
118118
authenticator.server_address,
119-
authenticator.server_port,
119+
authenticator._server_port_default(),
120120
)
121121
authenticator.server_port = unused_port()
122122

0 commit comments

Comments
 (0)