We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ae4fe commit ec2983bCopy full SHA for ec2983b
1 file changed
tests/ModelContextProtocol.AspNetCore.Tests/OAuth/AuthTests.cs
@@ -542,7 +542,7 @@ public async Task CannotAuthenticate_WhenProtectedResourceMetadataMissingResourc
542
543
var metadata = new ProtectedResourceMetadata
544
{
545
- AuthorizationServers = { new Uri(OAuthServerUrl) },
+ AuthorizationServers = { OAuthServerUrl },
546
ScopesSupported = ["mcp:tools"],
547
};
548
0 commit comments