We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7a8b2 commit 3ddcb53Copy full SHA for 3ddcb53
test_api.py
@@ -7,7 +7,7 @@ def client():
7
yield client
8
9
def test_svg_response(client):
10
- response = client.get("/svg")
+ response = client.get("/28/")
11
12
assert response.status_code == 200
13
0 commit comments