fix(release): fix test compilation error

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/31710/head
Evans Mungai 3 days ago
parent 2e2cb05855
commit e751a70e84
No known key found for this signature in database
GPG Key ID: BBEB812143DD14E1

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