Skip to content

Commit

Permalink
Fix recipe path in cli_test
Browse files Browse the repository at this point in the history
Signed-off-by: vinayada1 <[email protected]>
  • Loading branch information
vinayada1 committed Mar 26, 2024
1 parent 100f08e commit b1fca53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional-portable/cli/noncloud/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ func verifyRecipeCLI(ctx context.Context, t *testing.T, test rp.RPTest) {
registry := strings.TrimPrefix(testutil.GetBicepRecipeRegistry(), "registry=")
version := strings.TrimPrefix(testutil.GetBicepRecipeVersion(), "version=")
resourceType := "Applications.Datastores/redisCaches"
file := "../../../corerp/noncloud/resources/testdata/recipes/test-bicep-recipes/corerp-redis-recipe.bicep"
file := "../../../testrecipes/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"
recipeTemplate := fmt.Sprintf("%s/recipes/local-dev/rediscaches:%s", registry, version)

bicepRecipe := "recipe1"
bicepRecipeTemplate := fmt.Sprintf("%s/test/functional-portable/corerp/noncloud/resources/testdata/recipes/test-bicep-recipes/corerp-redis-recipe.bicep:%s", registry, version)
bicepRecipeTemplate := fmt.Sprintf("%s/test/testrecipes/test-bicep-recipes/corerp-redis-recipe.bicep:%s", registry, version)
templateKindBicep := "bicep"

terraformRecipe := "recipe2"
Expand Down

0 comments on commit b1fca53

Please sign in to comment.