mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Remove GetCustomer API endpoint
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user