diff --git a/program/tests/test_schedules.py b/program/tests/test_schedules.py index a7185f015f74211ff956817e728a30f657c536ab..0416a0f56a45ccb7b3e22f8ac8ed3a9fef1f628e 100644 --- a/program/tests/test_schedules.py +++ b/program/tests/test_schedules.py @@ -240,7 +240,7 @@ def test_patch_set_is_repetition_true(admin_api_client, once_schedule): update = {"is_repetition": "true"} response = admin_api_client.patch(url(schedule=once_schedule), data=update) - print(response.request.items()) + assert response.status_code == 200 assert response.data["is_repetition"] is True