Bug/speech creds get all with no sp sid (#102)

* backwards compatibility

* fetch account and sp speech remove duplicates

* fix retrieval of SP credentials associated to an account level user

* update gh actions

---------

Co-authored-by: eglehelms <e.helms@cognigy.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
EgleH
2023-01-30 16:06:16 +01:00
committed by GitHub
parent 019599741a
commit 4d2cc15de4
5 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ test('service provider tests', async(t) => {
auth: authAdmin,
json: true,
});
console.log(JSON.stringify(result));
//console.log(JSON.stringify(result));
t.ok(result.length === 2 , 'successfully queried all service providers');
/* query one service providers */