We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent face706 commit 5fc0600Copy full SHA for 5fc0600
1 file changed
tests/test_routes.py
@@ -24,8 +24,8 @@ def test_health_returns_ok() -> None:
24
25
26
def test_products_returns_list() -> None:
27
- """GET /products should return a list of products (possibly empty)."""
28
- response = client.get("/products")
+ """GET /prospects should return a list of prospects (possibly empty)."""
+ response = client.get("/prospects")
29
assert response.status_code == 200
30
json_data = response.json()
31
assert "meta" in json_data
0 commit comments