Remove GetCustomer API endpoint

This commit is contained in:
2024-12-17 01:42:10 +01:00
parent a0eb53a607
commit fc0ef29738
4 changed files with 4 additions and 130 deletions

View File

@ -72,9 +72,7 @@ class TestCounter(TestCase):
kwargs={"customer_id": self.richard.customer.pk},
)
response = self.client.get(
response.get("location"),
)
response = self.client.get(counter_url)
assert ">Richard Batsbak</" in str(response.content)
self.client.post(