Skip to content

Commit

Permalink
fix typo in duplicate unsubscribe requests test name
Browse files Browse the repository at this point in the history
  • Loading branch information
BlessedDev committed Jan 6, 2025
1 parent 13919b0 commit 151a645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_valid_one_click_unsubscribe_url(mocker, client, sample_email_notificati
]


def test_duplicate_unsubscribe_requets(mocker, client, sample_email_notification):
def test_duplicate_unsubscribe_requests(mocker, client, sample_email_notification):
token = generate_token(
sample_email_notification.to, current_app.config["SECRET_KEY"], current_app.config["DANGEROUS_SALT"]
)
Expand Down

0 comments on commit 151a645

Please sign in to comment.