Skip to content

Commit

Permalink
Fix capitalizazion in test_response_condition.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
azgabur committed Nov 9, 2023
1 parent 65eccb6 commit fca7cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_skip_response(client, auth):
assert response.status_code == 200

# verify that response was not returned on a GET request
assert "simple" not in response.json()["headers"]
assert "Simple" not in response.json()["headers"]

response = client.post("/post", auth=auth)
assert response.status_code == 200
Expand Down

0 comments on commit fca7cad

Please sign in to comment.