Skip to content

Commit 58d672b

Browse files
Don't require sequence match
1 parent a90dc24 commit 58d672b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

v2/internal/testcommon/vcr/v3/test_recorder.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ func NewTestRecorder(
8484
return false
8585
}
8686

87-
// verify custom request count header matches, if present
88-
if header := r.Header.Get(CountHeader); header != "" {
89-
interactionHeader := i.Headers.Get(CountHeader)
90-
if header != interactionHeader {
91-
log.Info("Request count header mismatch", CountHeader, header, "interaction", interactionHeader)
92-
return false
93-
}
94-
}
95-
9687
// verify custom body hash header matches, if present
9788
if header := r.Header.Get(HashHeader); header != "" {
9889
interactionHeader := i.Headers.Get(HashHeader)

0 commit comments

Comments
 (0)