Skip to content

Commit 55527d4

Browse files
committed
Suppress boltkit output in test
1 parent 6131fa2 commit 55527d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/routing.driver.boltkit.it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ describe('routing driver', () => {
14651465
return;
14661466
}
14671467

1468-
const kit = new boltkit.BoltKit(true);
1468+
const kit = new boltkit.BoltKit();
14691469
const router1 = kit.start('./test/resources/boltkit/acquire_endpoints.script', 9010);
14701470

14711471
kit.run(() => {

0 commit comments

Comments
 (0)