From 0df3a3ff8806a03c73aa952695ce0f5543e26ee3 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sun, 2 Feb 2025 17:52:48 -0800 Subject: [PATCH] Add suspended_subgroups for testing This helps test https://github.com/e-mission/e-mission-docs/issues/1104 I am not able to load local configs with the error ``` DEBUG:Received request to join dev-emulator-study DEBUG: Received request to join dev-emulator-study DEBUG:Running in dev environment, checking for locally hosted config DEBUG: Running in dev environment, checking for locally hosted config DEBUG:About to connect to http://localhost:9090/configs/dev-emulator-study.nrel-op.json DEBUG: About to connect to http://localhost:9090/configs/dev-emulator-study.nrel-op.json DEBUG:Local config not found TypeError: Load failed DEBUG: Local config not found TypeError: Load failed ``` And I can't connect via the debugger (either using Safari or Safari Technology Preview" to see what is going on. --- configs/dev-emulator-study.nrel-op.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/dev-emulator-study.nrel-op.json b/configs/dev-emulator-study.nrel-op.json index 2ef4d401..dec24ae8 100644 --- a/configs/dev-emulator-study.nrel-op.json +++ b/configs/dev-emulator-study.nrel-op.json @@ -1,6 +1,14 @@ { "version": 1, "ts": 1655143472, + "opcode": { + "autogen": true, + "subgroups": [ + "test", + "default" + ], + "suspended_subgroups": ["default"] + }, "intro": { "program_or_study": "study", "start_month": "9",