From 8add1ecc9e823d79024879e7724be7ffdc1ea735 Mon Sep 17 00:00:00 2001 From: Eve Martin Date: Thu, 4 Apr 2024 11:44:57 +0000 Subject: [PATCH] fix: fix typo --- portal/tests/test_ratelimit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/tests/test_ratelimit.py b/portal/tests/test_ratelimit.py index 7660e2cb9..68e669337 100644 --- a/portal/tests/test_ratelimit.py +++ b/portal/tests/test_ratelimit.py @@ -448,7 +448,7 @@ def test_teacher_already_registered_email(client, mock_send_dotdigital_email: Mo } # Register the teacher first time, there should be a registration email - client.post(register_url, data)x + client.post(register_url, data) mock_send_dotdigital_email.assert_called_once_with(1551577, ANY, personalization_values=ANY) # Register with the same email again, there should also be an already registered email