Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 27, 2024
1 parent 5a98fd8 commit 88ee4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"pk": 1,
"fields": {
"external_key": "tenant-x-key",
"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}",
"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 Down

0 comments on commit 88ee4f3

Please sign in to comment.