Merge pull request #31710 from banjoh/em/fix-test-compilation-error

fix(release): fix test compilation error
pull/31712/head
Evans Mungai 1 month ago committed by GitHub
commit b07261c045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ func TestReleaseTestingRun_UnreachableKubeClient(t *testing.T) {
config.KubeClient = &failingKubeClient
client := NewReleaseTesting(config)
result, err := client.Run("")
result, _, err := client.Run("")
assert.Nil(t, result)
assert.Error(t, err)
}

Loading…
Cancel
Save