From a8ccacbc09644c6f7251c07675e2b9c5fc51b142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Tue, 5 Jun 2018 13:16:01 +0200 Subject: [PATCH] size returns to unzipped --- 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 4a8ef9cc..5bea57ca 100644 --- a/test/acceptance/copy-endpoints.js +++ b/test/acceptance/copy-endpoints.js @@ -180,7 +180,7 @@ describe('copy-endpoints', function() { const headers = JSON.parse(res.headers['x-sqlapi-profiler']); assert.ok(headers.copyFrom); const metrics = headers.copyFrom; - assert.equal(metrics.size, 96); + assert.equal(metrics.size, 57); assert.equal(metrics.format, 'CSV'); assert.equal(metrics.time, response.time); assert.equal(metrics.rows, response.total_rows);