Update populate_requested_suborg.py

This commit is contained in:
zandercymatics 2025-01-06 15:13:53 -07:00
parent d68ccdc1b1
commit feb319f3c2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -37,7 +37,6 @@ class Command(BaseCommand, PopulateScriptTemplate):
"""Skips updating the record if the portfolio name is the same as the org name,
or if we are trying to update a record in an invalid status."""
invalid_statuses = [
DomainRequest.DomainRequestStatus.APPROVED,
DomainRequest.DomainRequestStatus.REJECTED,
DomainRequest.DomainRequestStatus.INELIGIBLE,
DomainRequest.DomainRequestStatus.STARTED,