mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
update expected error message in install test
Signed-off-by: Justen Stall <39888103+justenstall@users.noreply.github.com>
This commit is contained in:
parent
6c3fc1d755
commit
7a316c8d51
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ func TestInstallReleaseWithTakeOwnership_ResourceOwnedNoFlag(t *testing.T) {
|
|||
instAction := installActionWithConfig(config)
|
||||
_, err := instAction.Run(buildChart(), nil)
|
||||
is.Error(err)
|
||||
is.Contains(err.Error(), "Unable to continue with install")
|
||||
is.Contains(err.Error(), "unable to continue with install")
|
||||
}
|
||||
|
||||
func TestInstallReleaseWithValues(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue