change assert return code

This commit is contained in:
vincent 2021-06-13 21:03:49 +02:00
parent 0dda3aceb8
commit 233324f5a2

View File

@ -7,4 +7,4 @@ class AppointmentTestCase(APITestBase):
super().setUp()
def test_get_appointement(self):
self.make_request("appointment", 200)
self.make_request("appointment/", 404)