Skip to content

Commit

Permalink
chore: avoid extra changes in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 27, 2024
1 parent a7bae95 commit b29faf0
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,10 @@
"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 @@ -113,17 +104,10 @@
"pk": 2,
"fields": {
"external_key": "tenant-y-key",
"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": {},
"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": "{}",
"organizations": [
2
]
Expand Down

0 comments on commit b29faf0

Please sign in to comment.