Feature/sp call limits (#63)

* add api for setting/querying call limits by account and sp

* update an account or sp limit if one exists rather than creating a new one
This commit is contained in:
Dave Horton
2022-09-20 13:12:28 +02:00
parent 052a19cfdc
commit 05c46c5f39
4 changed files with 19 additions and 4 deletions
+1
View File
@@ -159,6 +159,7 @@ test('service provider tests', async(t) => {
auth: authAdmin,
json: true,
});
//console.log(result);
t.ok(result.length === 1 , 'successfully queried all limits');
/* delete call session limits for a service provider */