Merge branch 'za/1561-populate-first-ready-at' of https://github.com/cisagov/manage.get.gov into za/1561-populate-first-ready-at

This commit is contained in:
zandercymatics 2024-01-11 11:50:18 -07:00
commit 4960dbc8f2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -102,7 +102,7 @@ class TestPopulateFirstReady(TestCase):
def test_populate_first_ready_state_dns_needed(self):
"""
Tests that the populate_first_ready works as expected for the state 'dns_needed'
Tests that the populate_first_ready doesn't make changes when a domain's state is 'dns_needed'
"""
# Set the created at date
self.dns_needed_domain.created_at = self.ready_at_date
@ -135,7 +135,7 @@ class TestPopulateFirstReady(TestCase):
desired_domain = copy.deepcopy(self.hold_domain)
desired_domain.first_ready = self.ready_at_date
# Run the expiration date script
# Run the update first ready_at script
self.run_populate_first_ready()
current_domain = self.hold_domain