Skip to content

Commit

Permalink
pt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 12, 2024
1 parent 3dab5a9 commit 1c56d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrate_openapi/validate_request_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ async def test_010__invalid(server: Callable[[], RestClient]) -> None:
with pytest.raises(
requests.HTTPError,
match=re.escape(
f"Missing required query parameter: name for url: {rc.address}/foo/args"
f"Missing required query parameter: rank for url: {rc.address}/foo/args"
),
) as e:
# missing arg(s)
Expand Down

0 comments on commit 1c56d50

Please sign in to comment.