Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Pamuluri committed May 4, 2023
1 parent ee4e087 commit e7a5c62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,3 @@ e2e-airgapped-tests:
export TANZU_CLI_E2E_AIRGAPPED_REPO=$(TANZU_CLI_E2E_AIRGAPPED_REPO) ; \
export TANZU_CLI_CEIP_OPT_IN_PROMPT_ANSWER="Yes" ; \
${GO} test ${ROOT_DIR}/test/e2e/airgapped -timeout ${E2E_TEST_TIMEOUT} -race -coverprofile ${E2E_TEST_OUTPUT} ${GOTEST_VERBOSE} ;


2 changes: 1 addition & 1 deletion test/e2e/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const (
FileContent = "file: %s , content: %s"

// Error messages
UnableToFindPluginForTarget = "unable to find plugin '%s'"
UnableToFindPluginForTarget = "unable to find plugin '%s' with version '%s'"
UnableToFindPluginWithVersionForTarget = "unable to find plugin '%s' with version '%s' for target '%s'"
UnableToFindPlugin = "unable to find plugin '%s'"
InvalidTargetSpecified = "invalid target specified. Please specify correct value of `--target` or `-t` flag from 'global/kubernetes/k8s/mission-control/tmc'"
Expand Down

0 comments on commit e7a5c62

Please sign in to comment.