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 3c597ea commit b490348Copy full SHA for b490348
test/Microsoft.OpenApi.Readers.Tests/OpenApiReaderTests/OpenApiStreamReaderTests.cs
@@ -61,7 +61,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
61
BaseAddress = new Uri("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/")
62
};
63
64
- var stream = await httpClient.GetStreamAsync("master/examples/v3.0/petstore.yaml");
+ var stream = await httpClient.GetStreamAsync("20fe7a7b720a0e48e5842d002ac418b12a8201df/tests/v3.0/pass/petstore.yaml");
65
66
// Read V3 as YAML
67
var result = OpenApiDocument.Load(stream, "yaml");
0 commit comments