mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
integration tests: ignore request order when matching mocks ✅
This commit is contained in:
parent
d43d3bafe3
commit
573f4ce6d7
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ if (process.env.VCR_MODE && !process.env.VCR_OFF) {
|
|||
keepUnusedRequests: true, // todo: change to false?
|
||||
},
|
||||
matchRequestsBy: {
|
||||
order: false,
|
||||
headers: {
|
||||
// todo: use an allow-list here?
|
||||
exclude: [
|
||||
|
|
Loading…
Add table
Reference in a new issue