Skip to content

Commit

Permalink
chore: use a string instead of object in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 27, 2024
1 parent 543ab51 commit 182be1f
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,7 @@
"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"
]
},
"lms_configs": "{\n \"EDNX_USE_SIGNAL\": true,\n \"PLATFORM_NAME\": \"Tenant X\",\n \"SITE_NAME\": \"tenant-x.local.edly.io\",\n \"course_org_filter\": [\n \"TenantX\",\n \"OpenedX\",\n \"edx\"\n ]\n}",
"studio_configs": {},
"theming_configs": {},
"meta": {},
Expand All @@ -113,14 +104,7 @@
"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"
]
},
"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": {},
Expand Down

0 comments on commit 182be1f

Please sign in to comment.