Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Jan 8, 2025
1 parent 4fefda0 commit 55a1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmd/resourcetype/create/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ func Test_Run(t *testing.T) {

err = runner.Run(context.Background())
require.Error(t, err)
require.Contains(t, err.Error(), "Internal Error")
require.Contains(t, err.Error(), "unexpected status code 500.")
})
}

0 comments on commit 55a1c0d

Please sign in to comment.