Fix tests names

remotes/origin/overviews-fix-rewrite-query
Daniel García Aubert 7 years ago
parent 522fc79d71
commit 9e491e7e9a

@ -272,7 +272,7 @@ describe('user timeout limit', function () {
});
});
describe('user vector timeout limits', function () {
describe('vector', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig();
this.testClient = new TestClient(mapconfig, 1234);
@ -302,7 +302,7 @@ describe('user timeout limit', function () {
});
});
describe('user interativity timeout limits', function () {
describe('interativity', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig();
this.testClient = new TestClient(mapconfig, 1234);

@ -850,7 +850,7 @@ TestClient.prototype.setUserRenderTimeoutLimit = function (user, userTimeoutLimi
helper.configureMetadata('hmset', params, callback);
};
TestClient.prototype.setUserDatabaseTimeoutLimit = function (user, userTimeoutLimit, callback) {
TestClient.setUserDatabaseTimeoutLimit = function (user, userTimeoutLimit, callback) {
const dbname = _.template(global.environment.postgres_auth_user, { user_id: 1 }) + '_db';
const role = _.template(global.environment.postgres_auth_user, { user_id: 1 })

Loading…
Cancel
Save