Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: gauron99 <fridrich.david19@gmail.com>
  • Loading branch information
gauron99 authored and David Fridrich committed Aug 26, 2024
1 parent ea39639 commit 9d20af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/functions/client_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 9d20af7

Please sign in to comment.