Fix tests names
This commit is contained in:
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) {
|
beforeEach(function (done) {
|
||||||
const mapconfig = createMapConfig();
|
const mapconfig = createMapConfig();
|
||||||
this.testClient = new TestClient(mapconfig, 1234);
|
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) {
|
beforeEach(function (done) {
|
||||||
const mapconfig = createMapConfig();
|
const mapconfig = createMapConfig();
|
||||||
this.testClient = new TestClient(mapconfig, 1234);
|
this.testClient = new TestClient(mapconfig, 1234);
|
||||||
|
@ -850,7 +850,7 @@ TestClient.prototype.setUserRenderTimeoutLimit = function (user, userTimeoutLimi
|
|||||||
helper.configureMetadata('hmset', params, callback);
|
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 dbname = _.template(global.environment.postgres_auth_user, { user_id: 1 }) + '_db';
|
||||||
const role = _.template(global.environment.postgres_auth_user, { user_id: 1 })
|
const role = _.template(global.environment.postgres_auth_user, { user_id: 1 })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user