Skip to content

Commit a601720

Browse files
committed
Trying to make number of changes smaller
1 parent 8ba0f46 commit a601720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/acl-oidc-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const assert = require('chai').assert
22
const fs = require('fs-extra')
33
const request = require('request')
44
const path = require('path')
5-
const {loadProvider, rm, checkDnsSettings, cleanDir} = require('../utils')
5+
const { loadProvider, rm, checkDnsSettings, cleanDir } = require('../utils')
66
const IDToken = require('@solid/oidc-op/src/IDToken')
77

88
const ldnode = require('../../index')
@@ -53,7 +53,7 @@ const argv = {
5353
multiuser: true,
5454
auth: 'oidc',
5555
strictOrigin: true,
56-
host: {serverUri}
56+
host: { serverUri }
5757
}
5858

5959
describe('ACL with WebID+OIDC over HTTP', function () {

0 commit comments

Comments
 (0)