@@ -64,17 +64,19 @@ func TestScanFile_WithHelperSeedsDiscoversSoftwareRoutes(t *testing.T) {
6464 }
6565
6666 want := map [string ]string {
67- "GET /api/servers/{serverId}/software" : "auth" ,
68- "GET /api/servers/{serverId}/software/{componentKey}" : "auth" ,
69- "POST /api/servers/{serverId}/software/{componentKey}/{action}" : "auth" ,
70- "GET /api/servers/{serverId}/software/capabilities" : "auth" ,
71- "GET /api/servers/{serverId}/software/operations" : "auth" ,
72- "GET /api/servers/{serverId}/software/operations/{operationId}" : "auth" ,
67+ "GET /api/servers/{serverId}/software" : "auth" ,
68+ "GET /api/servers/{serverId}/software/{componentKey}" : "auth" ,
69+ "POST /api/servers/{serverId}/software/{componentKey}/{action}" : "auth" ,
70+ "GET /api/servers/{serverId}/software/capabilities" : "auth" ,
71+ "GET /api/servers/{serverId}/software/operations" : "auth" ,
72+ "GET /api/servers/{serverId}/software/operations/{operationId}" : "auth" ,
7373 "DELETE /api/servers/{serverId}/software/operations/{operationId}" : "auth" ,
74- "GET /api/software/local" : "auth" ,
75- "GET /api/software/local/{componentKey}" : "auth" ,
76- "GET /api/software/server-catalog" : "auth" ,
77- "GET /api/software/server-catalog/{componentKey}" : "auth" ,
74+ "GET /api/software/local" : "auth" ,
75+ "GET /api/software/local/services" : "auth" ,
76+ "GET /api/software/local/services/{name}/logs" : "auth" ,
77+ "GET /api/software/local/{componentKey}" : "auth" ,
78+ "GET /api/software/server-catalog" : "auth" ,
79+ "GET /api/software/server-catalog/{componentKey}" : "auth" ,
7880 }
7981
8082 got := map [string ]string {}
0 commit comments