mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 03:53:45 +02:00
Fix unit tests
This commit is contained in:
parent
71e46c7925
commit
e16dd2ea93
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue