Normalize management token prefixes

This commit is contained in:
fawney19
2026-04-28 19:46:38 +08:00
parent 3d20c05ef7
commit 230e7d6259
7 changed files with 56 additions and 25 deletions

View File

@@ -663,7 +663,7 @@ async fn gateway_registers_and_unregisters_proxy_nodes_locally_with_management_t
}),
);
let raw_token = "ae_proxy_register_test";
let raw_token = "ae-proxy-register-test";
let proxy_node_repository = Arc::new(InMemoryProxyNodeRepository::default());
let state = AppState::new().expect("gateway should build");
let admin_user = state