mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 09:42:40 +02:00
chore: ran linting
This commit is contained in:
parent
2f540ee065
commit
dbf575fbd0
23 changed files with 89 additions and 96 deletions
|
|
@ -34,7 +34,9 @@ test.describe("ClickUp connector journey", () => {
|
|||
client_id: "fake-clickup-mcp-client-id",
|
||||
token_endpoint: "https://mcp.clickup.com/token",
|
||||
});
|
||||
expect((clickupConnector.config.mcp_oauth as Record<string, unknown>).access_token).toBeTruthy();
|
||||
expect(
|
||||
(clickupConnector.config.mcp_oauth as Record<string, unknown>).access_token
|
||||
).toBeTruthy();
|
||||
expect(clickupConnector.config.access_token).toBeUndefined();
|
||||
expect(clickupConnector.config.refresh_token).toBeUndefined();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue