fix(api): handling expired token responses (#2113)

This commit is contained in:
Karol Sójko
2022-12-21 14:22:20 +01:00
committed by GitHub
parent 2cc5afb00a
commit 2696b07759
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import * as Factory from './lib/factory.js'
chai.use(chaiAsPromised)
const expect = chai.expect
describe.skip('subscriptions', function () {
describe('subscriptions', function () {
this.timeout(Factory.TwentySecondTimeout)
let application