Skip to content

Commit

Permalink
tests: adapt to correct error
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 5, 2024
1 parent 7e4033c commit 71508be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def test_piping(self):
with self._connect() as rem:
try:
rem["ls"] | rem["cat"]
except NotImplementedError:
except (NotImplementedError, TypeError):
pass
else:
pytest.fail("Should not pipe")
Expand Down

0 comments on commit 71508be

Please sign in to comment.