change test description

This commit is contained in:
Álvaro Manera 2020-06-22 12:51:45 +02:00
parent 0046480231
commit 3994deda1f

View File

@ -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 = new TestClient();
this.testClient.getResult(publicSQL, (err, result, headers) => { this.testClient.getResult(publicSQL, (err, result, headers) => {