Remove debug
This commit is contained in:
parent
e39bc835fd
commit
4e495fa47d
|
|
@ -144,7 +144,6 @@ class PhoneTests(ChildTestCase):
|
||||||
}
|
}
|
||||||
|
|
||||||
response = self.client.patch('/api/back/establishments/phones/1/', data=update_data)
|
response = self.client.patch('/api/back/establishments/phones/1/', data=update_data)
|
||||||
print(f"PHONE: {response.json()}")
|
|
||||||
self.assertEqual(response.status_code, status.HTTP_200_OK)
|
self.assertEqual(response.status_code, status.HTTP_200_OK)
|
||||||
|
|
||||||
response = self.client.delete('/api/back/establishments/phones/1/')
|
response = self.client.delete('/api/back/establishments/phones/1/')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user