diff --git a/src/test/apps-test.js b/src/test/apps-test.js index 5cc2dc793..01b3b03a2 100644 --- a/src/test/apps-test.js +++ b/src/test/apps-test.js @@ -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);