design tweaks, unit test fix, linting

This commit is contained in:
Rachid Mrad 2024-09-16 18:52:51 -04:00
parent 71a69fa995
commit f4e746b4be
No known key found for this signature in database
4 changed files with 61 additions and 36 deletions

View file

@ -340,9 +340,7 @@ class TestPortfolio(WebTest):
user=self.user, portfolio=self.portfolio, additional_permissions=portfolio_additional_permissions
)
page = self.app.get(reverse("organization"))
self.assertContains(
page, "The name of your organization will be publicly listed as the domain registrant."
)
self.assertContains(page, "The name of your organization will be publicly listed as the domain registrant.")
@less_console_noise_decorator
def test_domain_org_name_address_content(self):