Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 3, 2025
1 parent 9a0d65e commit 11e692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/v2/testClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Test UtapiClient', function () {
const orig = UtapiClient.prototype._pushToUtapi;
const pushStub = sandbox
.stub(UtapiClient.prototype, '_pushToUtapi')
.rejects()
.rejects(new Error('Simulated failure'))
.onCall(51)
.callsFake(orig.bind(client));

Expand Down

0 comments on commit 11e692a

Please sign in to comment.