Skip to content

Commit

Permalink
Fix ALPN gold file expectation. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored Jul 19, 2022
1 parent 08d2bd8 commit 2e4e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autests/gold_tests/http2/http2.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
'Using ALPN protocol string "http/1.1,http1.1" for SNI "test_sni_no_h2"',
"Verify that the correctly parsed ALPN string for the SNI not supporting HTTP/2.")
server.Streams.stdout += Testers.ContainsExpression(
"Negotiated alpn: h2",
"Negotiated ALPN: h2",
"Verify that HTTP/2 was negotiated for one session.")
server.Streams.stdout += Testers.ContainsExpression(
"HTTP/2 is not negotiated. Assuming HTTP/1",
Expand Down

0 comments on commit 2e4e282

Please sign in to comment.