We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9676d7e commit 7a193a5Copy full SHA for 7a193a5
1 file changed
core/testing_recorder.go
@@ -136,6 +136,7 @@ func customDockerMatcher(r *http.Request, i cassette.Request) bool {
136
ReplaceAllString(
137
i.URL,
138
"http://"+escapedUnixDockerEngine+"${1}")
139
+
140
return r.URL.String() == escapedRecordedURL
141
}
142
0 commit comments