From 4edbb66be3513884f77753351b3cc09b77b64514 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Mon, 2 Sep 2024 12:39:29 +0200 Subject: [PATCH] fix test --- api/ocm/extensions/accessmethods/ocm/cli_test.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/api/ocm/extensions/accessmethods/ocm/cli_test.go b/api/ocm/extensions/accessmethods/ocm/cli_test.go index 44b53ddec1..e79ba4bc65 100644 --- a/api/ocm/extensions/accessmethods/ocm/cli_test.go +++ b/api/ocm/extensions/accessmethods/ocm/cli_test.go @@ -64,9 +64,11 @@ var _ = Describe("OCM access CLI Test Environment", func() { componentNameMapping: urlPath subPath: open-component-model/ocm resourceRef: - - name: rsc1 - other: value - - name: rsc2 + resource: + name: rsc1 + other: value + referencePath: + - name: rsc2 `)) }) })