Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Oct 21, 2024
1 parent 0ca5821 commit 13f1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feedback/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_invalid_form_renders(self, client):
)
assert response.status_code == 200

def test_valid_form_redirects(self, client, mock_notify_service):
def test_valid_form_redirects(self, client):
response = client.get(
reverse("feedback:report-issue"),
data={
Expand Down

0 comments on commit 13f1248

Please sign in to comment.