mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
removed unneeded code
This commit is contained in:
parent
bf1dd82874
commit
da1a76eadc
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ class TestDomainDetailDomainRenewal(TestDomainOverview):
|
|||
"""If user check the checkbox and submits the form,
|
||||
user should be redirected Domain Over page with an updated by 1 year expiration date"""
|
||||
# Grab the renewal URL
|
||||
with patch.object(Domain, "renew_domain", self.custom_renew_domain) as mock_renewal:
|
||||
with patch.object(Domain, "renew_domain", self.custom_renew_domain):
|
||||
renewal_url = reverse("domain-renewal", kwargs={"domain_pk": self.domain_with_ip.id})
|
||||
|
||||
# Click the check, and submit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue