Skip to content

Commit

Permalink
Update src/open_inwoner/laposta/tests/test_forms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Bal <[email protected]>
  • Loading branch information
Bartvaderkin and stevenbal authored Apr 11, 2024
1 parent 36c27eb commit 5164ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/laposta/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_save_form_raises_errors(self, m):
@patch("open_inwoner.laposta.forms.create_laposta_client")
def test_form__disables_when_email_not_verified(self, m, mock_create_client):
"""
Verify that the form can create and delete subscriptions
Verify that form actions cannot be performed if the user's email is not verified
"""
self.setUpMocks(m)

Expand Down

0 comments on commit 5164ae4

Please sign in to comment.