Skip to content

Commit

Permalink
tests: Fix mux limits tests
Browse files Browse the repository at this point in the history
An error retured by a certain failure changed.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Dec 23, 2023
1 parent 2538e14 commit ad88ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mux_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def wait(self, count = 1, timeout = 0):
handlemuxacc.set_op_count(1)
handlemuxacc.set_op_err(gensio.GE_APPERR)
handlemuxcl.set_op_count(1)
handlemuxcl.set_op_err("Application error")
handlemuxcl.set_op_err("Remote end closed connection")
handlemuxcl.channels[3] = muxcl.alloc_channel(["service=3"],
handlemuxcl)
handlemuxcl.channels[3].open(handlemuxcl)
Expand Down

0 comments on commit ad88ea7

Please sign in to comment.