Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Oct 29, 2024
1 parent 603a024 commit e715b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broker/06-bridge-remap-receive-wildcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def do_test(proto_ver):
#bridge.send(bytes.fromhex("320c00062b2b2b2b2b2b00040033"))
#bridge.send(bytes.fromhex("320c00062b2b2b2b2b2b00040033"))
mosq_test.do_ping(bridge)
except ConnectionResetError:
except (ConnectionResetError, BrokenPipeError):
#expected behaviour
rc = 0

Expand Down

0 comments on commit e715b04

Please sign in to comment.