mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-27 15:51:33 +02:00
chore: Set redirect_path default in function (#1833)
This commit is contained in:
parent
f4f1905c89
commit
2df8a0f915
6 changed files with 13 additions and 12 deletions
|
|
@ -272,4 +272,6 @@ class TestAuth0Provider:
|
|||
)
|
||||
|
||||
# Check defaults
|
||||
assert str(provider.base_url) == TEST_BASE_URL
|
||||
assert provider._redirect_path == "/auth/callback"
|
||||
assert provider._token_validator.required_scopes == ["openid"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue