From e008eb66dfae675b2b91563f33584ad020ed8d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Fri, 10 Aug 2018 14:40:23 +0200 Subject: [PATCH] remove only --- test/acceptance/copy-endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/copy-endpoints.js b/test/acceptance/copy-endpoints.js index 22c0d158..b808faf4 100644 --- a/test/acceptance/copy-endpoints.js +++ b/test/acceptance/copy-endpoints.js @@ -187,7 +187,7 @@ describe('copy-endpoints', function() { }); }); - it.only('should return an error when gzip headers are not correct', function(done) { + it('should return an error when gzip headers are not correct', function(done) { assert.response(server, { url: "/api/v1/sql/copyfrom?" + querystring.stringify({ q: "COPY copy_endpoints_test (id, name) FROM STDIN WITH (FORMAT CSV, DELIMITER ',', HEADER true)"