From 233324f5a2959e0d9deb1e5968d4e7aba548d2ef Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 13 Jun 2021 21:03:49 +0200 Subject: [PATCH] change assert return code --- tests/api/test_appointment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)