mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Change fixtures
This commit is contained in:
parent
88fb945573
commit
2a22be4131
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue