Skip to content

Commit 9781e02

Browse files
committed
authentication-oidc-test appears to be passing on node v 15
1 parent 2971101 commit 9781e02

File tree

16 files changed

+2
-211
lines changed

16 files changed

+2
-211
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"mocha-account-manager": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-manager-test.js",
152152
"mocha-account-template": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-template-test.js",
153153
"mocha-acl-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/acl-oidc-test.js",
154+
"mocha-authentication-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/authentication-oidc-test.js",
154155
"prepublishOnly": "npm test",
155156
"postpublish": "git push --follow-tags",
156157
"test": "npm run standard && npm run validate && npm run nyc",

test/integration/authentication-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chai.use(require('dirty-chai'))
2020
// In this test we always assume that we are Alice
2121

2222
// FIXME #1502
23-
describe.skip('Authentication API (OIDC)', () => {
23+
describe('Authentication API (OIDC)', () => {
2424
let alice, bob // eslint-disable-line no-unused-vars
2525

2626
const aliceServerUri = 'https://localhost:7000'

test/resources/accounts-scenario/alice/.acl

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/resources/accounts-scenario/alice/.well-known/.acl

Lines changed: 0 additions & 15 deletions
This file was deleted.
-4.19 KB
Binary file not shown.

test/resources/accounts-scenario/alice/favicon.ico.acl

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/resources/accounts-scenario/alice/index.html

Lines changed: 0 additions & 47 deletions
This file was deleted.

test/resources/accounts-scenario/alice/robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/resources/accounts-scenario/alice/robots.txt.acl

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/resources/accounts-scenario/bob/.acl

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)