diff --git a/test/e2e/Makefile b/test/e2e/Makefile index 82970de7e..fd7b4911e 100644 --- a/test/e2e/Makefile +++ b/test/e2e/Makefile @@ -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} ; - - diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index 5ca0a0612..3d4ed6715 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -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'"