From 621bcad404792f2d5f1e0253c80f7a8735776666 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Mon, 17 Jul 2023 13:05:38 +0200 Subject: [PATCH] Fix url --- charts/registry/templates/tests/test-script-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/registry/templates/tests/test-script-configmap.yaml b/charts/registry/templates/tests/test-script-configmap.yaml index 0ff669a2..a0e6d5ff 100644 --- a/charts/registry/templates/tests/test-script-configmap.yaml +++ b/charts/registry/templates/tests/test-script-configmap.yaml @@ -72,7 +72,7 @@ data: - name: Authenticated request request: - url: "{aas_registry_api_url:s}/registry/api/v3.0/shell-descriptors" + url: "{aas_registry_api_url:s}/api/v3.0/shell-descriptors" method: GET headers: Content-Type: application/json