diff --git a/spec/fixtures/actions/create_group.json b/spec/fixtures/actions/create_group.json index e2e52ef2..4983e70e 100644 --- a/spec/fixtures/actions/create_group.json +++ b/spec/fixtures/actions/create_group.json @@ -100,5 +100,21 @@ "output_type": "text", "output_connector": "set" } + ], + "public_exit": [ + { + "type": "assignment", + "output": "false", + "output_type": "text", + "output_connector": "set" + } + ], + "public_admission": [ + { + "type": "assignment", + "output": "false", + "output_type": "text", + "output_connector": "set" + } ] -} \ No newline at end of file +}