update expected error message in install test

Signed-off-by: Justen Stall <39888103+justenstall@users.noreply.github.com>
This commit is contained in:
Justen Stall 2025-04-21 15:57:54 -04:00
parent 6c3fc1d755
commit 7a316c8d51
No known key found for this signature in database

View file

@ -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) {