Skip to content

Commit

Permalink
stop cache proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Oct 2, 2024
1 parent 8a512d6 commit d943900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/local/testutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func SetupTestLocalBuildService(t *testing.T) (k6build.BuildService, error) {
}

goproxySrv := httptest.NewServer(proxy)
t.Cleanup(goproxySrv.Close)

opts := k6foundry.NativeBuilderOpts{
GoOpts: k6foundry.GoOpts{
Expand Down

0 comments on commit d943900

Please sign in to comment.