Fix unit tests

This commit is contained in:
Rachid Mrad 2024-09-11 21:50:58 -04:00
parent 71e46c7925
commit e16dd2ea93
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -341,7 +341,7 @@ class TestPortfolio(WebTest):
)
page = self.app.get(reverse("organization"))
self.assertContains(
page, "The name of your federal agency will be publicly listed as the domain registrant."
page, "The name of your organization will be publicly listed as the domain registrant."
)
@less_console_noise_decorator