Skip to content

Commit

Permalink
chore: fix failing v4 matchers test
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 26, 2024
1 parent 27df418 commit c3b3314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/v4/matchers/consumer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ describe('V4 Matchers', () => {
.request({
baseURL: mockserver.url,
method: 'GET',
url: '/eachKeyMatches',
url: '/eachKeyMatches?from=today',
headers: {
Accept: 'application/json',
},
})
.then((res) => {
expect(res.data.key1).to.equal("a string we don't care about");
Expand Down

0 comments on commit c3b3314

Please sign in to comment.