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:
zandercymatics 2024-01-11 11:24:34 -07:00 committed by GitHub
parent d00fbcab95
commit cb03e4ac1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,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