Skip to content
Snippets Groups Projects
Verified Commit e82912e5 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: remove left over print

parent 84fc954e
No related branches found
No related tags found
1 merge request!52new program endpoint
...@@ -240,7 +240,7 @@ def test_patch_set_is_repetition_true(admin_api_client, once_schedule): ...@@ -240,7 +240,7 @@ def test_patch_set_is_repetition_true(admin_api_client, once_schedule):
update = {"is_repetition": "true"} update = {"is_repetition": "true"}
response = admin_api_client.patch(url(schedule=once_schedule), data=update) response = admin_api_client.patch(url(schedule=once_schedule), data=update)
print(response.request.items())
assert response.status_code == 200 assert response.status_code == 200
assert response.data["is_repetition"] is True assert response.data["is_repetition"] is True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment