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 5f24110 commit 64627b6Copy full SHA for 64627b6
test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs
@@ -166,7 +166,7 @@ public Task ThrowIfOpenApiUrlIsNotProvidedWhenValidatingAsync()
166
public Task ThrowIfURLIsNotResolvableWhenValidatingAsync()
167
{
168
return Assert.ThrowsAsync<InvalidOperationException>(() =>
169
- OpenApiService.ValidateOpenApiDocumentAsync("https://example.org/itdoesnmatter", _logger));
+ OpenApiService.ValidateOpenApiDocumentAsync("https://example.org926F4F21-88E7-4DC5-BF88-6C529BB77844/itdoesnmatter", _logger));
170
}
171
172
[Fact]
0 commit comments