Skip to content

Commit

Permalink
test failed test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Feb 22, 2024
1 parent 34c377b commit 731e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/test_upload_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_upload_sender_result_fail_post_502(
)

matcher = re.compile(
r"(warning.*((Response status code was 502)|(Request failed\. Retrying)).*(\n)?){6}"
r"(warning.*((Reponse status code was 502)|(Request failed\. Retrying)).*(\n)?){6}"
)

assert matcher.match(capsys.readouterr().err) is not None
Expand Down

0 comments on commit 731e5ab

Please sign in to comment.