From b604f9d4e53d8b41f147278b84873620e780b2b2 Mon Sep 17 00:00:00 2001 From: Wyatt Preul Date: Thu, 16 May 2013 10:01:48 -0500 Subject: [PATCH] Added missing done() call --- test/integration/gzip.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/gzip.js b/test/integration/gzip.js index bc619b32b..3858ac7c0 100755 --- a/test/integration/gzip.js +++ b/test/integration/gzip.js @@ -45,6 +45,7 @@ describe('Payload', function () { server.start(function () { uri = 'http://localhost:' + server.info.port; + done(); }); });