diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 10deb78bd..09ebf2690 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -143,7 +143,8 @@ class DomainApplicationFixture: da.federal_agency = ( app["federal_agency"] if "federal_agency" in app - else random.choice(DomainApplication.AGENCIES) + # Random choice of agency for selects, used as placeholders for testing. + else random.choice(DomainApplication.AGENCIES) # nosec ) da.federal_type = (