Skip to content

Commit

Permalink
add another comment for skipping first byte in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Clark committed Mar 16, 2022
1 parent 8faadf2 commit f6a44a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrationv2/test_ocsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def test_s2n_client_ocsp_response(managed_process, cipher, provider, curve, prot

for server_results in server.get_results():
server_results.assert_success()
# Avoid debugging information that sometimes gets inserted after the first character
assert random_bytes[1:] in server_results.stdout or random_bytes[1:] in server_results.stderr


Expand Down

0 comments on commit f6a44a4

Please sign in to comment.