From aa3fc6df625bee18df71ab56633868e6558656f2 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Thu, 6 Apr 2023 14:58:39 -0400 Subject: [PATCH] Add nosec comment to ignore lint test on fixture --- src/registrar/fixtures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = (