Skip to content

Commit 5fc0600

Browse files
committed
Update test_routes.py
1 parent face706 commit 5fc0600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def test_health_returns_ok() -> None:
2424

2525

2626
def test_products_returns_list() -> None:
27-
"""GET /products should return a list of products (possibly empty)."""
28-
response = client.get("/products")
27+
"""GET /prospects should return a list of prospects (possibly empty)."""
28+
response = client.get("/prospects")
2929
assert response.status_code == 200
3030
json_data = response.json()
3131
assert "meta" in json_data

0 commit comments

Comments
 (0)