mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Add "the"
This commit is contained in:
parent
a1769b50c6
commit
bfc82bda01
2 changed files with 2 additions and 2 deletions
|
@ -1180,7 +1180,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
obj.renew_domain(length=years)
|
||||
self.message_user(
|
||||
request,
|
||||
f"Successfully extended expiration date.",
|
||||
f"Successfully extended the expiration date.",
|
||||
)
|
||||
except RegistryError as err:
|
||||
if err.is_connection_error():
|
||||
|
|
|
@ -101,7 +101,7 @@ class TestDomainAdmin(MockEppLib, WebTest):
|
|||
self.assertContains(response, "Extend expiration date")
|
||||
|
||||
# Ensure the message we recieve is in line with what we expect
|
||||
expected_message = f"Successfully extended expiration date."
|
||||
expected_message = f"Successfully extended the expiration date."
|
||||
expected_call = call(
|
||||
# The WGSI request doesn't need to be tested
|
||||
ANY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue