fix: failing testcase

This commit is contained in:
Quan HL
2023-06-23 17:45:10 +07:00
parent 6eebe379a6
commit 07bcea7116
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ module.exports = ({srf, logger}) => {
countOfMembers = await _addToCache(map, status, setName, key);
if (fsServiceUrlKey) {
await _addToCache(fsServiceUrls, stats, setNameFsSeriveUrl, fsServiceUrlKey);
await _addToCache(fsServiceUrls, status, setNameFsSeriveUrl, fsServiceUrlKey);
}
stats.gauge(gaugeName, map.size);
}

View File

@@ -1,6 +1,6 @@
require('./docker_start');
require('./create-test-db');
//require('./regbot-tests');
// require('./sip-register-tests');
// require('./regbot-tests');
require('./sip-register-tests');
require('./sip-options-tests');
require('./docker_stop');