From fe7511c591488f0271bae4d5fb19ae1ec1bef8d9 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 28 May 2024 12:37:11 +0700 Subject: [PATCH] qfix --- tests/sanity/tests/API/Api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/tests/API/Api.ts b/tests/sanity/tests/API/Api.ts index 6d66e506ef..c0c61385e0 100644 --- a/tests/sanity/tests/API/Api.ts +++ b/tests/sanity/tests/API/Api.ts @@ -66,7 +66,7 @@ export class ApiEndpoint { async leaveWorkspace (email: string, username: string, password: string): Promise { const token = await this.loginAndGetToken(username, password) - const url = AccountUrl + const url = this.baseUrl const payload = { method: 'leaveWorkspace', params: [email]