Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: gauron99 <[email protected]>
  • Loading branch information
gauron99 committed Dec 12, 2023
1 parent 15f7c2b commit 44cc15f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/functions/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1921,11 +1921,6 @@ func TestClient_BuildCleanFingerprint(t *testing.T) {
f := fn.Function{Root: root, Runtime: TestRuntime, Registry: TestRegistry}
ctx := context.Background()

// create new running Function
if _, _, err := client.New(ctx, f); err != nil {
t.Fatal(err)
}

// init a new Function
f, err := client.Init(f)
if err != nil {
Expand Down

0 comments on commit 44cc15f

Please sign in to comment.