mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Merge branch 'main' into nl/2217-view-only-federal-agency-dropdown
This commit is contained in:
commit
f8ca9b2a91
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ class TestDomainDetailDomainRenewal(TestDomainOverview):
|
|||
self.assertRedirects(response, reverse("domain", kwargs={"domain_pk": self.domain_with_ip.id}))
|
||||
|
||||
# Check for the updated expiration
|
||||
formatted_new_expiration_date = self.expiration_date_one_year_out().strftime("%b. %-d, %Y")
|
||||
formatted_new_expiration_date = self.expiration_date_one_year_out().strftime("%B %-d, %Y")
|
||||
redirect_response = self.client.get(
|
||||
reverse("domain", kwargs={"domain_pk": self.domain_with_ip.id}), follow=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue