chore: Set redirect_path default in function (#1833)

This commit is contained in:
Ruhul Alam 2025-09-15 17:33:44 -05:00 committed by GitHub
commit 2df8a0f915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 12 deletions

View file

@ -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"]