integration tests: ignore request order when matching mocks

This commit is contained in:
Jannis R 2022-11-09 23:53:50 +01:00
parent d43d3bafe3
commit 573f4ce6d7
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -75,6 +75,7 @@ if (process.env.VCR_MODE && !process.env.VCR_OFF) {
keepUnusedRequests: true, // todo: change to false? keepUnusedRequests: true, // todo: change to false?
}, },
matchRequestsBy: { matchRequestsBy: {
order: false,
headers: { headers: {
// todo: use an allow-list here? // todo: use an allow-list here?
exclude: [ exclude: [