PR suggestion

This commit is contained in:
zandercymatics 2024-07-09 09:27:38 -06:00
parent 173c0b51c0
commit d9f963361f
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -621,7 +621,7 @@ class FinishUserProfileTests(TestWithUser, WebTest):
self.assertContains(completed_setup_page, "Manage your domain")
@less_console_noise_decorator
def test_new_user_with_empty_name_profile_feature_on(self):
def test_new_user_with_empty_name_can_add_name(self):
"""Tests that a new user without a name can still enter this information accordingly"""
self.incomplete_regular_user.contact.first_name = None
self.incomplete_regular_user.contact.last_name = None