Skip to content

Commit

Permalink
ci: fix match
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 committed Nov 7, 2024
1 parent 661426c commit 7478340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/tests/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def test_app_no_serve_spec_metadata(


def test_404_response(test_app: str, request: pytest.FixtureRequest):
with pytest.raises(HTTPStatusError, match="Path /other not found"):
with pytest.raises(HTTPStatusError, match="Path /.*other not found"):
apps.run(test_app, path="/other", arguments={"lhs": 1, "rhs": 2})


Expand Down

0 comments on commit 7478340

Please sign in to comment.