Skip to content

Commit

Permalink
Test: Check default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Oct 7, 2021
1 parent c380fbe commit 3b227d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ dotest.add ('API error - HTML', async test => {
let data;

try {
data = await app.getRecord ({
const tmp = new pkg ({
wskey,
});

data = await tmp.getRecord ({
id: '-',
});
}
Expand Down

0 comments on commit 3b227d9

Please sign in to comment.