Skip to content

Commit

Permalink
add to readme to not match on authorization header
Browse files Browse the repository at this point in the history
  • Loading branch information
zhammer authored and dnaeon committed Sep 10, 2024
1 parent 0236971 commit d91ca23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ hook := func(i *cassette.Interaction) error {
opts := []recorder.Option{
recorder.WithCassette("fixtures/filters"),
recorder.WithHook(hook, recorder.AfterCaptureHook),
recorder.WithMatcher(cassette.NewDefaultMatcher(cassette.WithIgnoreAuthorization(true))),
}

r, err := recorder.New(opts...)
Expand Down

0 comments on commit d91ca23

Please sign in to comment.