Skip to content

Commit fb1e211

Browse files
Undo test skips
1 parent bb9d244 commit fb1e211

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ describe.skip('AccountManager (OIDC account creation tests)', function () {
5252
})
5353

5454
describe('accessing accounts', function () {
55-
// FIXME: #1502
56-
it.skip('should be able to access public file of an account', function (done) {
55+
it('should be able to access public file of an account', function (done) {
5756
var subdomain = supertest('https://tim.' + host)
5857
subdomain.get('/hello.html')
5958
.expect(200, done)

test/unit/utils-test.js

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ var assert = require('chai').assert
22
var { Headers } = require('node-fetch')
33
var utils = require('../../lib/utils')
44

5-
var { Headers } = require('node-fetch')
6-
75
describe('Utility functions', function () {
86
describe('pathBasename', function () {
97
it('should return bar as relative path for /foo/bar', function () {

0 commit comments

Comments
 (0)