From 4f8343feb735bd20c02d4664404974de2e194ef2 Mon Sep 17 00:00:00 2001 From: Cal Turney Date: Fri, 22 Mar 2024 21:30:02 -0400 Subject: [PATCH] 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. --- test/suite_decryption.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suite_decryption.py b/test/suite_decryption.py index 20ccfffdfb..a224e155fb 100644 --- a/test/suite_decryption.py +++ b/test/suite_decryption.py @@ -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()