Skip to content

Commit

Permalink
changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajits-github committed Sep 5, 2023
1 parent a2e3294 commit 9a9b857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
client = TestClient(app)

def test_get_parts():
response = client.get("/parts/?manufacturer=Ammann")
# response = client.get("/parts/?manufacturer=Ammann")
response = client.get("/parts/")
assert response.status_code == 200

0 comments on commit 9a9b857

Please sign in to comment.