mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 14:36:32 +02:00
merged main and fixed hardcoded urls from another test
This commit is contained in:
parent
93ad4a1cfd
commit
573d6d0565
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ class TestFormValidation(MockEppLib):
|
|||
(
|
||||
"whitehouse.gov",
|
||||
"That domain isn’t available. <a class='usa-link' "
|
||||
"href='https://beta.get.gov/domains/choosing' target='_blank'>Read more about "
|
||||
"href='https://get.gov/domains/choosing' target='_blank'>Read more about "
|
||||
"choosing your .gov domain</a>.",
|
||||
),
|
||||
]
|
||||
|
@ -151,7 +151,7 @@ class TestFormValidation(MockEppLib):
|
|||
(
|
||||
"whitehouse.gov",
|
||||
"That domain isn’t available. <a class='usa-link' "
|
||||
"href='https://beta.get.gov/domains/choosing' target='_blank'>Read more about "
|
||||
"href='https://get.gov/domains/choosing' target='_blank'>Read more about "
|
||||
"choosing your .gov domain</a>.",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue