diff --git a/pkg/functions/client_int_test.go b/pkg/functions/client_int_test.go index acb538f9ca..47ade0755d 100644 --- a/pkg/functions/client_int_test.go +++ b/pkg/functions/client_int_test.go @@ -124,7 +124,7 @@ func TestDeploy_Defaults(t *testing.T) { if f, err = client.Build(context.Background(), f); err != nil { t.Fatal(err) } - if f, err = client.Push(context.Background(), f); err != nil { + if f, _, err = client.Push(context.Background(), f); err != nil { t.Fatal(err) }