Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phildominguez-gsa committed Oct 8, 2024
1 parent b94a965 commit 0175b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/audit/test_remove_editor_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_basic_post(self):
}
url = reverse(self.view, kwargs={"report_id": sac.report_id})
response = self.client.post(url, data=data)

self.assertEqual(302, response.status_code)

deleted_access = DeletedAccess.objects.get(
Expand Down

0 comments on commit 0175b46

Please sign in to comment.