Skip to content

Commit

Permalink
chore: update registration_purpose fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Sep 24, 2024
1 parent de4be14 commit 167ab97
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 5 deletions.
11 changes: 11 additions & 0 deletions bc_obps/registration/fixtures/mock/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
},
{
"model": "registration.operation",
"pk": "df62d793-8cfe-4272-a93e-ea9c9139ff82",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -260,6 +261,7 @@
},
{
"model": "registration.operation",
"pk": "c5b3643b-c143-42f3-8a2b-03ccc7319cd9",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -278,6 +280,7 @@
},
{
"model": "registration.operation",
"pk": "954c0382-ff61-4e87-a8a0-873586534b54",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -296,6 +299,7 @@
},
{
"model": "registration.operation",
"pk": "6d07d02a-1ad2-46ed-ad56-2f84313e98bf",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -314,6 +318,7 @@
},
{
"model": "registration.operation",
"pk": "59d95661-c752-489b-9fd1-0c3fa3454dda",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -332,6 +337,7 @@
},
{
"model": "registration.operation",
"pk": "1bd04128-d070-4d3a-940a-0874c4956181",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -350,6 +356,7 @@
},
{
"model": "registration.operation",
"pk": "17f13f4d-29b4-45f4-b025-b21f2e126771",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -367,6 +374,7 @@
},
{
"model": "registration.operation",
"pk": "ef9044dd-2a27-4d26-86fe-02e51e0755f7",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -383,6 +391,7 @@
},
{
"model": "registration.operation",
"pk": "aeeb781e-a97b-4ab2-9a6e-02e4522add1a",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand All @@ -399,6 +408,7 @@
},
{
"model": "registration.operation",
"pk": "02a3ab84-26c6-4a79-bf89-72f877ceef8e",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand Down Expand Up @@ -431,6 +441,7 @@
},
{
"model": "registration.operation",
"pk": "0ac72fa9-2636-4f54-b378-af6b1a070787",
"fields": {
"operator": "4242ea9d-b917-4129-93c2-db00b7451051",
"documents": [],
Expand Down
66 changes: 61 additions & 5 deletions bc_obps/registration/fixtures/mock/registration_purpose.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
"pk": 1,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "e1300fd7-2dee-47d1-b655-2ad3fd10f052"
"operation_id": "c0743c09-82fa-4186-91aa-4b5412e3415c"
}
},
{
"model": "registration.registrationpurpose",
"pk": 2,
"fields": {
"registration_purpose": "Reporting Operation",
"operation_id": "e1300fd7-2dee-47d1-b655-2ad3fd10f052"
"operation_id": "c0743c09-82fa-4186-91aa-4b5412e3415c"
}
},
{
"model": "registration.registrationpurpose",
"pk": 3,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "002d5a9e-32a6-4191-938c-2c02bfec592d"
"operation_id": "1bd04128-d070-4d3a-940a-0874c4956181"
}
},
{
"model": "registration.registrationpurpose",
"pk": 4,
"fields": {
"registration_purpose": "Reporting Operation",
"operation_id": "002d5a9e-32a6-4191-938c-2c02bfec592d"
"operation_id": "1bd04128-d070-4d3a-940a-0874c4956181"
}
},
{
"model": "registration.registrationpurpose",
"pk": 5,
"fields": {
"registration_purpose": "New Entrant Operation",
"operation_id": "002d5a9e-32a6-4191-938c-2c02bfec592d"
"operation_id": "1bd04128-d070-4d3a-940a-0874c4956181"
}
},
{
Expand All @@ -62,5 +62,61 @@
"registration_purpose": "Opted-in Operation",
"operation_id": "3b5b95ea-2a1a-450d-8e2e-2e15feed96c9"
}
},
{
"model": "registration.registrationpurpose",
"pk": 9,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "17f13f4d-29b4-45f4-b025-b21f2e126771"
}
},
{
"model": "registration.registrationpurpose",
"pk": 10,
"fields": {
"registration_purpose": "Reporting Operation",
"operation_id": "1bd04128-d070-4d3a-940a-0874c4956181"
}
},
{
"model": "registration.registrationpurpose",
"pk": 11,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "aeeb781e-a97b-4ab2-9a6e-02e4522add1a"
}
},
{
"model": "registration.registrationpurpose",
"pk": 12,
"fields": {
"registration_purpose": "Reporting Operation",
"operation_id": "02a3ab84-26c6-4a79-bf89-72f877ceef8e"
}
},
{
"model": "registration.registrationpurpose",
"pk": 13,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "0ac72fa9-2636-4f54-b378-af6b1a070787"
}
},
{
"model": "registration.registrationpurpose",
"pk": 14,
"fields": {
"registration_purpose": "Reporting Operation",
"operation_id": "df62d793-8cfe-4272-a93e-ea9c9139ff82"
}
},
{
"model": "registration.registrationpurpose",
"pk": 15,
"fields": {
"registration_purpose": "OBPS Regulated Operation",
"operation_id": "c5b3643b-c143-42f3-8a2b-03ccc7319cd9"
}
}
]

0 comments on commit 167ab97

Please sign in to comment.