Skip to content

Commit

Permalink
update func 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 31, 2024
1 parent d6f7fb5 commit 9482bdb
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -138,7 +138,7 @@ func verifyRecipeCLI(ctx context.Context, t *testing.T, test shared.RPTest) {
require.Contains(t, output, "Successfully published")
})

t.Run("Validate rad recipe register with recipe name conflicting with dev recipe", func(t *testing.T) {
t.Run("Validate rad recipe register with recipe name conflicting with existing recipe", func(t *testing.T) {
output, err := cli.RecipeRegister(ctx, envName, recipe1, templateKindBicep, recipeTemplate, resourceType, false)
require.Contains(t, output, "Successfully linked recipe")
require.NoError(t, err)
Expand Down

0 comments on commit 9482bdb

Please sign in to comment.