mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
Fix test
This commit is contained in:
parent
3e5228a86f
commit
9a4887ed51
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
self.assertContains(response, domain_request.requested_domain.name)
|
self.assertContains(response, domain_request.requested_domain.name)
|
||||||
|
|
||||||
# Check that the page contains the link we expect.
|
# Check that the page contains the link we expect.
|
||||||
expected_url = '<a href="city.com" class="padding-top-1 current-website__1">city.com</a>'
|
expected_url = '<a href="city.com" target="_blank" class="padding-top-1 current-website__1">city.com</a>'
|
||||||
self.assertContains(response, expected_url)
|
self.assertContains(response, expected_url)
|
||||||
|
|
||||||
@less_console_noise_decorator
|
@less_console_noise_decorator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue