Skip to content

Commit ca769c6

Browse files
committed
resolve
1 parent 78f574b commit ca769c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ describe('Single User signup page', () => {
229229
const port = 7457
230230
let ldpHttpsServer
231231
rm('resources/accounts/single-user/')
232-
const rootDir = path.join(__dirname, '../resources/accounts/single-user/')
233-
const configPath = path.join(__dirname, '../resources/config')
232+
const rootDir = path.resolve(__dirname, 'resources/accounts/single-user/')
233+
const configPath = path.resolve(__dirname, 'resources/config')
234234
const ldp = ldnode.createServer({
235235
port,
236236
root: rootDir,

0 commit comments

Comments
 (0)