HTTP: Fixed indentaion error

Fixed indentation error in the script at line 545
This commit is contained in:
Cal Turney 2024-03-22 19:23:18 -04:00 committed by AndersBroman
parent 18a1e3294f
commit 447023d544
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ class TestDecryptTLS:
fr'13|/second|{second_response}',
] == stdout.splitlines()
def test_tls13_rfc8446_noearly(self, cmd_tshark, dirs, features, capture_file, test_env):
def test_tls13_rfc8446_noearly(self, cmd_tshark, dirs, features, capture_file, test_env):
'''TLS 1.3 (with undecryptable early data).'''
key_file = os.path.join(dirs.key_dir, 'tls13-rfc8446-noearly.keys')
stdout = subprocess.check_output((cmd_tshark,