Skip to content

Commit

Permalink
update file path to moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieKimani1 committed Nov 4, 2024
1 parent 3c597ea commit b490348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
BaseAddress = new Uri("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/")
};

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

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

0 comments on commit b490348

Please sign in to comment.