Skip to content

Commit

Permalink
Fix code format #89
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed May 2, 2024
1 parent a5222f7 commit 90e1f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/tests/test_admin.py
Expand Up @@ -96,7 +96,7 @@ def test_usage_policy_deletion_protected(self):
response = self.client.post(url, {"post": "yes"})
expected = "would require deleting the following protected related objects"
self.assertContains(response, expected)
self.assertNotContains(response, 'Yes, I’m sure')
self.assertNotContains(response, "Yes, I’m sure")

def test_usage_policy_changeform_update_content_type_once_assigned(self):
self.client.login(username="test", password="secret")
Expand Down

0 comments on commit 90e1f72

Please sign in to comment.