Skip to content

Commit b490348

Browse files
committed
update file path to moved file
1 parent 3c597ea commit b490348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Readers.Tests/OpenApiReaderTests/OpenApiStreamReaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
6161
BaseAddress = new Uri("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/")
6262
};
6363

64-
var stream = await httpClient.GetStreamAsync("master/examples/v3.0/petstore.yaml");
64+
var stream = await httpClient.GetStreamAsync("20fe7a7b720a0e48e5842d002ac418b12a8201df/tests/v3.0/pass/petstore.yaml");
6565

6666
// Read V3 as YAML
6767
var result = OpenApiDocument.Load(stream, "yaml");

0 commit comments

Comments
 (0)