Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Jan 24, 2025
1 parent 955b996 commit 303cf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/rad/cmd/resourceExpose.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
const (
LevenshteinCutoff = 2

ContainerType = "containers"
ContainerType = "Applications.Core/containers"
)

var resourceExposeCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion test/functional-portable/cli/noncloud/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func verifyCLIBasics(ctx context.Context, t *testing.T, test rp.RPTest) {
})

t.Run("Validate rad resource show", func(t *testing.T) {
actualOutput, err := cli.ResourceShow(ctx, "containers", containerName)
actualOutput, err := cli.ResourceShow(ctx, "Applications.Core/containers", containerName)
require.NoError(t, err)

lines := strings.Split(actualOutput, "\n")
Expand Down

0 comments on commit 303cf36

Please sign in to comment.