fix: subscription expiring event

This commit is contained in:
Karol Sójko
2022-11-24 15:59:50 +01:00
parent 4661c6cb77
commit 07e26915b0
2 changed files with 4 additions and 4 deletions

View File

@@ -63,9 +63,9 @@ describe('files', function () {
it('should create valet token from server', async function () {
await setup({ fakeCrypto: true, subscription: true })
const remoteIdentifier = Utils.generateUuid()
const token = await application.apiService.createFileValetToken(remoteIdentifier, 'write')
console.log(token)
expect(token.length).to.be.above(0)
})