Skip to content

Commit

Permalink
Update renderList test
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimKovalenkoSNF committed Sep 20, 2023
1 parent 29958f6 commit e3b51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/rendererList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ describe('renderName', () => {
const renderName = 'unknownRenderName'
expect(async () => {
await mwoffliner.execute({ ...parameters, renderName })
}).rejects.toThrowError('Unable to find specific API end-point to retrieve article HTML')
}).rejects.toThrowError()
})
})

0 comments on commit e3b51eb

Please sign in to comment.