mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-02-09 02:29:22 +00:00
fix: failing testcase
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user