🐛 fix only office integration (#379)

🔒 Do not expose application API into (#372)"
🐛 Fix only office integration
This commit is contained in:
Anton Shepilov
2024-02-27 14:37:12 +01:00
committed by GitHub
parent dcb6fa1c36
commit ad52acec53
3 changed files with 20 additions and 11 deletions
@@ -9,7 +9,7 @@ describe("The /users/quota API", () => {
beforeEach(async () => {
platform = await init();
currentUser = await UserApi.getInstance(platform);
});
}, 30000000);
afterEach(async () => {
await platform.tearDown();