Skip to content

Commit

Permalink
update functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <shruthikumar@microsoft.com>
  • Loading branch information
sk593 committed Jan 29, 2024
1 parent 87ba46e commit ed2ec85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion test/functional/shared/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func verifyRecipeCLI(ctx context.Context, t *testing.T, test shared.RPTest) {
templateKindBicep := "bicep"
templateKindTerraform := "terraform"
resourceType := "Applications.Datastores/redisCaches"
file := "testdata/corerp-redis-recipe.bicep"
file := "../../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())

t.Run("Validate rad recipe register", func(t *testing.T) {
Expand Down
27 changes: 0 additions & 27 deletions test/functional/shared/cli/testdata/corerp-redis-recipe.bicep

This file was deleted.

0 comments on commit ed2ec85

Please sign in to comment.