From ff15e8f895a14f97e1a5a1cc637670768a596f2a Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 2 Jun 2016 23:34:09 +0200 Subject: [PATCH] Fix vindex test --- test/integration/app-test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/app-test.js b/test/integration/app-test.js index cf90495..3e67089 100644 --- a/test/integration/app-test.js +++ b/test/integration/app-test.js @@ -408,7 +408,6 @@ describe('Koa App (HTTP Server) Integration Tests', function() { it('should return 200 for "vindex" op', done => { request(app.listen()) .get('/pks/lookup?op=vindex&search=0x' + emailParams.keyid) - .expect('Content-Type', 'text/plain; charset=utf-8') .expect(200) .end(done); });