Revert "Fix application /:sid return (#54)"

This reverts commit c5b1b36f28.
This commit is contained in:
Lê Hàn Minh Khang
2022-08-17 18:56:33 -04:00
committed by GitHub
parent c5b1b36f28
commit a9bc306d12
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ test('authentication tests', async(t) => {
json: true
});
//console.log(`result: ${JSON.stringify(result)}`);
t.ok(result.name === "A1-app", 'using account token A1 we are able to retrieve application A1');
t.ok(result.length === 1, 'using account token A1 we are able to retrieve application A1');
/* cannot see app under another account using account token */
result = await request.get(`/Applications/${appA2}`, {