Skip to content

Commit 91c7a3a

Browse files
committed
All tests work
1 parent 0322aee commit 91c7a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Authentication API (OIDC)', () => {
4545
webid: true,
4646
multiuser: false,
4747
configPath,
48-
trustedOrigins: ['https://apps.solid.invalid']
48+
trustedOrigins: ['https://apps.solid.invalid', 'https://trusted.app']
4949
}
5050

5151
const aliceRootPath = path.join(__dirname, '../resources/accounts-scenario/alice')

0 commit comments

Comments
 (0)