Skip to content

Commit 0fb5d6d

Browse files
committed
Remove forgotten only modifier
1 parent e63ecf3 commit 0fb5d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/acl-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
255255
})
256256
})
257257

258-
describe.only('Origin', function () {
258+
describe('Origin', function () {
259259
before(function () {
260260
rm('/accounts-acl/tim.localhost/origin/test-folder/.acl')
261261
})

0 commit comments

Comments
 (0)