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 2635818 commit c8fe723Copy full SHA for c8fe723
test/Microsoft.OpenApi.Readers.Tests/OpenApiReaderTests/OpenApiStreamReaderTests.cs
@@ -55,7 +55,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
55
BaseAddress = new Uri("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/")
56
};
57
58
- var stream = await httpClient.GetStreamAsync("main/examples/v3.0/petstore.yaml");
+ var stream = await httpClient.GetStreamAsync("main/tests/v3.0/pass/petstore.yaml");
59
60
// Read V3 as YAML
61
var openApiDocument = new OpenApiStreamReader().Read(stream, out var diagnostic);
0 commit comments