mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: include latest changes from core#145
This commit is contained in:
@@ -27,7 +27,7 @@ describe('Index route', async function () {
|
||||
const request: SCIndexRequest = {};
|
||||
|
||||
const response = await testApp
|
||||
.post(indexRoute.urlFragment)
|
||||
.post(indexRoute.urlPath)
|
||||
.set('Content-Type', 'application/json')
|
||||
.send(request);
|
||||
|
||||
@@ -35,5 +35,6 @@ describe('Index route', async function () {
|
||||
expect(response.status).to.equal(indexRoute.statusCodeSuccess);
|
||||
expect(response.body).to.haveOwnProperty('app');
|
||||
expect(response.body).to.haveOwnProperty('backend');
|
||||
expect(response.body).to.haveOwnProperty('auth');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user