1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

fixed test for compressed messages

This commit is contained in:
Massimo Candela
2020-01-14 04:24:00 +01:00
parent a7bcd12bc3
commit 4d16d219e2
5 changed files with 12 additions and 10 deletions

View File

@@ -75,7 +75,9 @@ describe("Composition", function() {
"logging",
"checkForUpdatesAtBoot",
"uptimeMonitors",
"pidFile"
"pidFile",
"compressedPipe",
"singleProcess"
]);
expect(config.connectors[0]).to.have
.property('class')