style: apply ruff auto-fix
- Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -666,4 +666,3 @@ class TestGlobalAuthorizeUrl:
|
|||||||
authorize_url = response.json()["authorize_url"]
|
authorize_url = response.json()["authorize_url"]
|
||||||
# The redirect_uri must be URL-encoded and contain the public base URL
|
# The redirect_uri must be URL-encoded and contain the public base URL
|
||||||
assert "https%3A%2F%2Fprod.example.com%2Fdropbox-callback" in authorize_url
|
assert "https%3A%2F%2Fprod.example.com%2Fdropbox-callback" in authorize_url
|
||||||
|
|
||||||
|
|||||||
@@ -178,4 +178,3 @@ class TestDropboxCallbackUrl:
|
|||||||
# The configured public_base_url hostname must appear in the page (redirect URI display)
|
# The configured public_base_url hostname must appear in the page (redirect URI display)
|
||||||
page_text = response.text
|
page_text = response.text
|
||||||
assert "configured.example.com/dropbox-callback" in page_text
|
assert "configured.example.com/dropbox-callback" in page_text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user