We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9798b commit 5d07e33Copy full SHA for 5d07e33
pkg/fake/proxy.go
@@ -68,6 +68,7 @@ func StartProxyWithOptions(
68
recorder.WithMatcher(matcher),
69
recorder.WithSkipRequestLatency(true),
70
recorder.WithHook(RemoveHeadersHook, recorder.AfterCaptureHook),
71
+ recorder.WithReplayableInteractions(true),
72
)
73
if err != nil {
74
return "", nil, fmt.Errorf("failed to create VCR recorder: %w", err)
0 commit comments