Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 31, 2023
1 parent 4368be7 commit e7e6c96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ingest-zip/test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ test('Basic', async (t) => {
path: '/',
method: 'POST'
}).reply(200, { message: 'posted' });
mockPool.intercept({
path: '/',
method: 'POST'
}).reply(200, { message: 'posted' });

const order = [];
Sinon.stub(SSM.SSMClient.prototype, 'send').callsFake((command) => {
Expand Down

0 comments on commit e7e6c96

Please sign in to comment.