Skip to content

Commit 4cc15cf

Browse files
committed
chore: fix stub to increase coverage
1 parent daf4cc7 commit 4cc15cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testProxyRoute.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('proxy route filter middleware', () => {
3737
sinon.stub(chain, 'executeChain').resolves({
3838
blocked: true,
3939
blockedMessage: 'You shall not push!',
40-
error: false,
40+
error: true,
4141
});
4242

4343
const res = await chai

0 commit comments

Comments
 (0)