Skip to content

Commit bbcc32b

Browse files
Update root resource metadata expectation
1 parent 73d1dfa commit bbcc32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/auth/test_protected_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def test_metadata_endpoint_without_path(root_resource_client: httpx2.Async
9898
assert response.status_code == 200
9999
assert response.json() == snapshot(
100100
{
101-
"resource": "https://example.com/",
101+
"resource": "https://example.com",
102102
"authorization_servers": ["https://auth.example.com/"],
103103
"scopes_supported": ["read"],
104104
"resource_name": "Root Resource",

0 commit comments

Comments
 (0)