Skip to content

Commit

Permalink
Revert "chore: avoid extra changes in fixtures"
Browse files Browse the repository at this point in the history
This reverts commit 6ba8bb0.
  • Loading branch information
BryanttV committed Sep 27, 2024
1 parent 6ba8bb0 commit 543ab51
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"model": "organizations.organization",
"pk": 3,
"fields": {
"created": "2024-09-11T17:15:30.708Z",
"modified": "2024-09-11T17:15:30.708Z",
"created": "2024-09-11T17:15:35.694Z",
"modified": "2024-09-11T17:15:35.694Z",
"name": "OpenedX",
"short_name": "openedx",
"description": null,
Expand All @@ -90,10 +90,19 @@
"pk": 1,
"fields": {
"external_key": "tenant-x-key",
"lms_configs": "{\"EDNX_USE_SIGNAL\": true,\"PLATFORM_NAME\": \"Tenant X\",\"SITE_NAME\": \"tenant-x.local.edly.io\",\"course_org_filter\": [\"TenantX\",\"OpenedX\",\"edx\"]}",
"studio_configs": "{}",
"theming_configs": "{}",
"meta": "{}",
"lms_configs": {
"EDNX_USE_SIGNAL": true,
"PLATFORM_NAME": "Tenant X",
"SITE_NAME": "tenant-x.local.edly.io",
"course_org_filter": [
"TenantX",
"OpenedX",
"edX"
]
},
"studio_configs": {},
"theming_configs": {},
"meta": {},
"organizations": [
1
]
Expand All @@ -104,10 +113,17 @@
"pk": 2,
"fields": {
"external_key": "tenant-y-key",
"lms_configs": "{\n \"EDNX_USE_SIGNAL\": true,\n \"PLATFORM_NAME\": \"Tenant Y\",\n \"SITE_NAME\": \"tenant-y.local.edly.io\",\n \"course_org_filter\": [\n \"TenantY\"\n ]\n}",
"studio_configs": "{}",
"theming_configs": "{}",
"meta": "{}",
"lms_configs": {
"EDNX_USE_SIGNAL": true,
"PLATFORM_NAME": "Tenant Y",
"SITE_NAME": "tenant-y.local.edly.io",
"course_org_filter": [
"TenantY"
]
},
"studio_configs": {},
"theming_configs": {},
"meta": {},
"organizations": [
2
]
Expand Down

0 comments on commit 543ab51

Please sign in to comment.