mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fixes tests after merge
Signed-off-by: Stephanie Hohenberg <stephanie.hohenberg@gmail.com>
This commit is contained in:
parent
bb9356e182
commit
2f598ffc85
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ func TestNewPushWithInsecureSkipTLSVerify(t *testing.T) {
|
|||
client := NewPushWithOpts(WithInsecureSkipTLSVerify(true))
|
||||
|
||||
assert.NotNil(t, client)
|
||||
assert.Equal(t, true, client.insecureSkipTLSverify)
|
||||
assert.Equal(t, true, client.insecureSkipTLSVerify)
|
||||
}
|
||||
|
||||
func TestNewPushWithPlainHTTP(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue