Skip to content

Commit

Permalink
(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Dec 6, 2024
1 parent 14253d3 commit b292648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_server/arghandler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def _error_it(_: Any):
print(arg)
arghand.add_argument(
arg,
type=lambda x: _error_it(x),
type=_error_it,
)

with pytest.raises(tornado.web.HTTPError) as e:
Expand Down

0 comments on commit b292648

Please sign in to comment.