Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Mar 7, 2024
1 parent f4e611d commit 0d1d082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workers/generic-worker/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ func (gwtest *Test) MockEC2(pubHostSetup interface{}) *mockec2.Metadata {
},
}
workerPoolDefinitionBytes, err := json.Marshal(workerPoolDefinition)
if err != nil {
gwtest.t.Fatalf("Error marhsalling worker pool definition: %v", err)
}
wm := serviceFactory.WorkerManager(nil, "http://localhost:13243")
_, err = wm.CreateWorkerPool(
gwtest.Config.ProvisionerID+"/"+gwtest.Config.WorkerType,
Expand Down

0 comments on commit 0d1d082

Please sign in to comment.