Skip to content

Commit

Permalink
test(offers): add sandbox param
Browse files Browse the repository at this point in the history
  • Loading branch information
emileNetter committed Jul 28, 2023
1 parent ecf88d1 commit 06b17f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/offers/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('offers.js', () => {
page: 1,
count: 10,
status: 'active',
sandbox: false,
})
.reply(200, {
offers: [{
Expand Down

0 comments on commit 06b17f5

Please sign in to comment.