mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 14:08:28 +02:00
Update src/registrar/tests/test_transition_domain_migrations.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
parent
d00fbcab95
commit
cb03e4ac1b
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class TestPopulateFirstReady(TestCase):
|
||||||
|
|
||||||
def test_populate_first_ready_state_dns_needed(self):
|
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
|
# Set the created at date
|
||||||
self.dns_needed_domain.created_at = self.ready_at_date
|
self.dns_needed_domain.created_at = self.ready_at_date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue