HTTP: Change to TestDecryptTLS.test_tls13_rfc8446

The HTTP change in this MR changes the output of the Ubuntu
pipeline test. This commit hopefully fixes  that error.
This commit is contained in:
Cal Turney 2024-03-22 21:30:02 -04:00 committed by AndersBroman
parent 447023d544
commit 4f8343feb7
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ class TestDecryptTLS:
r'5|/first|',
fr'6|/first|{first_response}',
r'8|/early|',
fr'10||{early_response}',
fr'10|/early|{early_response}',
r'12|/second|',
fr'13|/second|{second_response}',
] == stdout.splitlines()