tests: configure apps needs an array

This commit is contained in:
Girish Ramakrishnan
2023-07-28 14:46:31 +05:30
parent 0ab4bc543f
commit 1f4c71dcd6
+1 -1
View File
@@ -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);