Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 4283b35

Browse files
author
Chris Wiechmann
committed
Unit test fixed
1 parent 0a508af commit 4283b35

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/test/test-api-manager-disabled.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ describe('Tests User-Lookup with API-Manager disabled', () => {
9696
info: simple.mock(),
9797
trace: simple.mock(),
9898
error: simple.mock(),
99-
debug: simple.mock()
99+
debug: simple.mock(),
100+
warn: simple.mock()
100101
} };
101102

102103
it('should skip the API-Manager validation', async () => {

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/test/testManagerANMConfigParser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ describe('Test API-Manager configuration variations', () => {
88
info: simple.mock(),
99
trace: simple.mock(),
1010
error: simple.mock(),
11-
debug: simple.mock()
11+
debug: simple.mock(),
12+
warn: simple.mock()
1213
} };
1314

1415
describe('Test API-Manager parsing', () => {

0 commit comments

Comments
 (0)