Change fixtures

This commit is contained in:
zandercymatics 2023-12-01 14:47:12 -07:00
parent 88fb945573
commit 2a22be4131
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -50,15 +50,15 @@ class DomainApplicationFixture:
DA = [ DA = [
{ {
"status": "started", "status": "started",
"organization_name": "Example - Finished but not Submitted", "organization_name": "Example - Finished but not submitted",
}, },
{ {
"status": "submitted", "status": "submitted",
"organization_name": "Example - Submitted but pending Investigation", "organization_name": "Example - Submitted but pending investigation",
}, },
{ {
"status": "in review", "status": "in review",
"organization_name": "Example - In Investigation", "organization_name": "Example - In investigation",
}, },
{ {
"status": "in review", "status": "in review",
@ -70,7 +70,7 @@ class DomainApplicationFixture:
}, },
{ {
"status": "action needed", "status": "action needed",
"organization_name": "Example - Action Needed", "organization_name": "Example - Action needed",
}, },
{ {
"status": "rejected", "status": "rejected",