Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
feat(submission_page): test style update
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizaMaluf authored and bitterteriyaki committed Dec 2, 2023
1 parent 2899c59 commit 47eb0d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/submissions/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def test_submission_list_view(self) -> None:
self.client.login(email="testuser@example", password="testpassword")

url = reverse("submissions:list")

response = self.client.get(url)

self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 47eb0d5

Please sign in to comment.