diff --git a/test/functional-portable/cli/noncloud/cli_test.go b/test/functional-portable/cli/noncloud/cli_test.go index 13c8404b38..981530cab3 100644 --- a/test/functional-portable/cli/noncloud/cli_test.go +++ b/test/functional-portable/cli/noncloud/cli_test.go @@ -66,7 +66,7 @@ func verifyRecipeCLI(ctx context.Context, t *testing.T, test shared.RPTest) { registry := strings.TrimPrefix(testutil.GetBicepRecipeRegistry(), "registry=") version := strings.TrimPrefix(testutil.GetBicepRecipeVersion(), "version=") resourceType := "Applications.Datastores/redisCaches" - file := "../../shared/resources/testdata/recipes/test-bicep-recipes/corerp-redis-recipe.bicep" + file := "../../../functional/shared/resources/testdata/recipes/test-bicep-recipes/corerp-redis-recipe.bicep" target := fmt.Sprintf("br:ghcr.io/radius-project/dev/test-bicep-recipes/redis-recipe:%s", generateUniqueTag()) recipeName := "recipeName"