Skip to content

Commit

Permalink
Update src/integration-tests/test_puts_retransmission.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeny Malygin <[email protected]>
Signed-off-by: Sameep Shah <[email protected]>
  • Loading branch information
sameep-git and 678098 authored Feb 7, 2025
1 parent dbd18cc commit f23c795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/integration-tests/test_puts_retransmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ def error(test_logger, prefix, p1, p2=None):
+ r" PUSH " # PUSH
+ re.escape(uri[0]) # queue url
+ r"\|(.+)\|" # |GUID|
+ r"msg" # "msg"
+ r"msg\s*" # "msg"
+ r"(\d+)"
) # %d
)

re_confirm = re.compile(
Expand Down

0 comments on commit f23c795

Please sign in to comment.