🔒 Do not expose application api into (#372)

This commit is contained in:
Anton Shepilov
2024-02-26 16:55:27 +01:00
committed by GitHub
parent e0aca9dcd5
commit 62845798b9
3 changed files with 5 additions and 9 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();