Skip to content

Commit c8fe723

Browse files
committed
fix: another attempt at fixing integration test
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2635818 commit c8fe723

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
@@ -55,7 +55,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
5555
BaseAddress = new Uri("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/")
5656
};
5757

58-
var stream = await httpClient.GetStreamAsync("main/examples/v3.0/petstore.yaml");
58+
var stream = await httpClient.GetStreamAsync("main/tests/v3.0/pass/petstore.yaml");
5959

6060
// Read V3 as YAML
6161
var openApiDocument = new OpenApiStreamReader().Read(stream, out var diagnostic);

0 commit comments

Comments
 (0)