diff --git a/tests/backend/fixtures/http_api_routes.json b/tests/backend/fixtures/http_api_routes.json index 0ce46a1..dc2d04c 100644 --- a/tests/backend/fixtures/http_api_routes.json +++ b/tests/backend/fixtures/http_api_routes.json @@ -24,6 +24,10 @@ "method": "GET", "path": "/api/v1/app/info" }, + { + "method": "GET", + "path": "/api/v1/licenses" + }, { "method": "POST", "path": "/api/v1/app/integrity/acknowledge"