Skip to content

Commit 86784bd

Browse files
committed
describe AccountManager (OIDC account creation tests) working with node v15
1 parent 21096e2 commit 86784bd

File tree

9 files changed

+2
-109
lines changed

9 files changed

+2
-109
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/integration/ test/unit/",
148148
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",
149149
"mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js",
150+
"mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js",
150151
"prepublishOnly": "npm test",
151152
"postpublish": "git push --follow-tags",
152153
"test": "npm run standard && npm run validate && npm run nyc",

test/integration/account-creation-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require('path')
88
const fs = require('fs-extra')
99

1010
// FIXME: #1502
11-
describe.skip('AccountManager (OIDC account creation tests)', function () {
11+
describe('AccountManager (OIDC account creation tests)', function () {
1212
const port = 3457
1313
const serverUri = `https://localhost:${port}`
1414
const host = `localhost:${port}`

test/resources/accounts/localhost/.acl

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

test/resources/accounts/localhost/.well-known/.acl

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

test/resources/accounts/localhost/favicon.ico.acl

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

test/resources/accounts/localhost/index.html

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

test/resources/accounts/localhost/robots.txt

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

test/resources/accounts/localhost/robots.txt.acl

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

0 commit comments

Comments
 (0)