Skip to content

Commit

Permalink
custom matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Mar 15, 2024
1 parent 3b11a16 commit 59c620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func NewHarness(ctx context.Context, t *testing.T) *Harness {
testName := strings.ReplaceAll(t.Name(), "/", "_")
opts := &recorder.Options{
CassetteName: filepath.Join(dir, testName),
Mode: recorder.ModeReplayOnly,
Mode: recorder.ModeRecordOnly,
RealTransport: ret.Transport,
}
r, err := recorder.NewWithOptions(opts)
Expand Down

0 comments on commit 59c620e

Please sign in to comment.