We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb157d commit abda018Copy full SHA for abda018
test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs
@@ -224,7 +224,7 @@ public Task ThrowIfOpenApiUrlIsNotProvidedWhenValidatingAsync()
224
public Task ThrowIfURLIsNotResolvableWhenValidatingAsync()
225
{
226
return Assert.ThrowsAsync<InvalidOperationException>(() =>
227
- OpenApiService.ValidateOpenApiDocumentAsync("https://example.org/itdoesnmatter", _logger));
+ OpenApiService.ValidateOpenApiDocumentAsync("https://example.org926F4F21-88E7-4DC5-BF88-6C529BB77844/itdoesnmatter", _logger));
228
}
229
230
[Fact]
0 commit comments