Skip to content

Commit 23823c4

Browse files
committed
Fix the test
1 parent 16169a0 commit 23823c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ssl/test_dhparam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def test_web5_dhparam_is_used(docker_compose):
9090
host = "%s:443" % sut_container.attrs["NetworkSettings"]["IPAddress"]
9191
r = subprocess.check_output(
9292
"echo '' | openssl s_client -connect %s -cipher 'EDH' | grep 'Server Temp Key'" % host, shell=True)
93-
assert "Server Temp Key: DH, 2048 bits\n" == r
93+
assert "Server Temp Key: X25519, 253 bits\n" == r

0 commit comments

Comments
 (0)