Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2758b1d

Browse files
committed
test: Fix test flake panic in provisionerd
Closes #382.
1 parent 8acd58a commit 2758b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provisionerd/provisionerd_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ func TestProvisionerd(t *testing.T) {
391391
},
392392
}, nil
393393
},
394+
updateJob: noopUpdateJob,
394395
failJob: func(ctx context.Context, job *proto.FailedJob) (*proto.Empty, error) {
395396
didFail.Store(true)
396397
return &proto.Empty{}, nil

0 commit comments

Comments
 (0)