Skip to content

Commit

Permalink
remove debugInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Mar 21, 2024
1 parent aaaa501 commit 89af3aa
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 350 deletions.
7 changes: 0 additions & 7 deletions config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,17 +326,10 @@ func NewHarness(ctx context.Context, t *testing.T) *Harness {
}
r, err := recorder.NewWithOptions(opts)
if err != nil {
<<<<<<< HEAD
t.Fatalf("[VCR] Failed create vcr recorder: %v", err)
}
h.VCRRecorder = r
ret = &http.Client{Transport: h.VCRRecorder}
=======
t.Fatalf("creat vcr recorder failed: %v", err)
}
h.Rec = r
ret = &http.Client{Transport: h.Rec}
>>>>>>> e848f5336 (add hook)
return ret
}
} else {
Expand Down
Loading

0 comments on commit 89af3aa

Please sign in to comment.