Skip to content

Commit

Permalink
chore: clean up breakpoint from test_viewset_attribute_multisite
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Aug 24, 2023
1 parent e0a707d commit 5e1b87d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rdmo/domain/tests/test_viewset_attribute_multisite.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ def test_update_multisite(db, client, username, password):
'parent': instance.parent.pk if instance.parent else ''
}
response = client.put(url, data, content_type='application/json')
if response.status_code == 200 and get_obj_perms_status_code(instance, username, 'update') == 404:
breakpoint()

assert response.status_code == get_obj_perms_status_code(instance, username, 'update'), response.json()


Expand Down

0 comments on commit 5e1b87d

Please sign in to comment.