Fix user ID filtering. Do not filter out user attribute packets.

This commit is contained in:
Thomas Oberndörfer
2019-03-15 16:55:53 +01:00
parent f88f4d5d2e
commit 9e7149108a
10 changed files with 99 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ describe('Koa App (HTTP Server) Integration Tests', function() {
before(async () => {
sandbox.stub(log);
publicKeyArmored = fs.readFileSync(`${__dirname}/../key1.asc`, 'utf8');
publicKeyArmored = fs.readFileSync(`${__dirname}/../fixtures/key1.asc`, 'utf8');
mongo = new Mongo();
await mongo.init(config.mongo);