diff --git a/tests/api/test_appointment.py b/tests/api/test_appointment.py index 73a2146..57961c4 100644 --- a/tests/api/test_appointment.py +++ b/tests/api/test_appointment.py @@ -7,4 +7,4 @@ class AppointmentTestCase(APITestBase): super().setUp() def test_get_appointement(self): - self.make_request("appointment", 200) + self.make_request("appointment/", 404)