Skip to content

Commit e5c2dd5

Browse files
Update tests/test_sbp_register.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 775fefd commit e5c2dd5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_sbp_register.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def test_registration_email_format(test_client, valid_registration_data):
152152
assert "email" in [error["field"] for error in errors]
153153

154154

155-
156155
def test_registration_rejected_email_domains(test_client, valid_registration_data, mock_auth0_client):
157156
data = valid_registration_data.copy()
158157
data["email"] = "user@gmail.com"

0 commit comments

Comments
 (0)