mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Add "the"
This commit is contained in:
parent
a1769b50c6
commit
bfc82bda01
2 changed files with 2 additions and 2 deletions
|
@ -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