tests: configure apps needs an array
This commit is contained in:
@@ -341,7 +341,7 @@ describe('Apps', function () {
|
||||
});
|
||||
|
||||
it('can mark apps for reconfigure', async function () {
|
||||
await apps.configureInstalledApps(AuditSource.PLATFORM);
|
||||
await apps.configureInstalledApps(await apps.list(), AuditSource.PLATFORM);
|
||||
|
||||
const result = await apps.list();
|
||||
expect(result[0].installationState).to.be(apps.ISTATE_PENDING_CONFIGURE);
|
||||
|
||||
Reference in New Issue
Block a user