From fb2a1eddf141f441bf5e6acf72992d58ce6c74f0 Mon Sep 17 00:00:00 2001 From: Prox Date: Fri, 6 Mar 2026 17:56:58 +0200 Subject: [PATCH] added test setup key --- state/test.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/state/test.json b/state/test.json index f8b2737..30d270a 100644 --- a/state/test.json +++ b/state/test.json @@ -12,18 +12,21 @@ "type": "one-off", "expires_in": 604800, "usage_limit": 1, - "auto_groups": [ - "ground-stations" - ], + "auto_groups": ["ground-stations"], "enrolled": false }, "Pilot-TestHawk-1": { "type": "one-off", "expires_in": 604800, "usage_limit": 1, - "auto_groups": [ - "pilots" - ], + "auto_groups": ["pilots"], + "enrolled": false + }, + "Pilot-Vlad-2": { + "type": "one-off", + "expires_in": 604800, + "usage_limit": 1, + "auto_groups": ["pilots"], "enrolled": false } }, @@ -31,12 +34,8 @@ "pilots-to-gs": { "description": "", "enabled": true, - "sources": [ - "pilots" - ], - "destinations": [ - "ground-stations" - ], + "sources": ["pilots"], + "destinations": ["ground-stations"], "bidirectional": true, "protocol": "all", "action": "accept",