From 3994deda1f72482a0ba89a0520c00f058d25f724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81lvaro=20Manera?= Date: Mon, 22 Jun 2020 12:51:45 +0200 Subject: [PATCH] change test description --- test/acceptance/client-headers-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/client-headers-test.js b/test/acceptance/client-headers-test.js index 1d7c42cc..c175b715 100644 --- a/test/acceptance/client-headers-test.js +++ b/test/acceptance/client-headers-test.js @@ -29,7 +29,7 @@ describe('SQL api metric headers', function () { }); }); - it('should not get the user id in the response header', function (done) { + it('should get the user id in the response header', function (done) { this.testClient = new TestClient(); this.testClient.getResult(publicSQL, (err, result, headers) => {