mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
chore: ran linting
This commit is contained in:
parent
2f540ee065
commit
dbf575fbd0
23 changed files with 89 additions and 96 deletions
|
|
@ -75,7 +75,9 @@ class _FakeHttpxAsyncClient(_StrictFakeMixin):
|
|||
f"Unexpected fake Confluence OAuth code: {data.get('code')!r}"
|
||||
)
|
||||
if not data.get("client_id") or not data.get("client_secret"):
|
||||
raise ValueError("Confluence OAuth token exchange missing client creds.")
|
||||
raise ValueError(
|
||||
"Confluence OAuth token exchange missing client creds."
|
||||
)
|
||||
if "/api/v1/auth/confluence/connector/callback" not in str(
|
||||
data.get("redirect_uri", "")
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue