You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: enhance OAuth 2.0 Protected Resource tests for path-based resources
- Renamed `test_metadata_endpoint` to `test_metadata_endpoint_with_path` for clarity.
- Added a new test `test_metadata_endpoint_root_path_returns_404` to verify 404 response for root path.
- Introduced fixtures `root_resource_app` and `root_resource_client` for testing root-level resources.
- Added `test_metadata_endpoint_without_path` to validate metadata retrieval for root-level resources.
0 commit comments