refs #5160 try show Application.status
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-05-17 08:45:47 +02:00
parent 6ab6dbe51a
commit a3488d44ae
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ async function test() {
});
// FIXME: Workaround to wait for loopback to be ready
log('Waiting for backend is ready...');
await app.models.Application.status();
log('Application ready');
log('Application ready', await app.models.Application.status());
const Jasmine = require('jasmine');
const jasmine = new Jasmine();