Skip to content

Commit 0df3a3f

Browse files
authored
Add suspended_subgroups for testing
This helps test e-mission/e-mission-docs#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.
1 parent e30a453 commit 0df3a3f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/dev-emulator-study.nrel-op.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"version": 1,
33
"ts": 1655143472,
4+
"opcode": {
5+
"autogen": true,
6+
"subgroups": [
7+
"test",
8+
"default"
9+
],
10+
"suspended_subgroups": ["default"]
11+
},
412
"intro": {
513
"program_or_study": "study",
614
"start_month": "9",

0 commit comments

Comments
 (0)