Skip to content

Commit

Permalink
- fixes failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Nov 20, 2023
1 parent 89a98d7 commit 7718c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApiManifest.Tests/Helpers/ParsingHelpersTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public async Task ParseOpenApiAsync()
[Fact]
public async Task ParseOpenApiWithWrongOpenApiUrl()
{
var openApiUri = new Uri("https://contoso.com/NotValid.yaml");
var openApiUri = new Uri("https://1CED4309-EFBF-41A8-9E8F-8BBA0CB3EEE5.com/NotValid.yaml");
await Assert.ThrowsAsync<InvalidOperationException>(async () => await ParsingHelpers.ParseOpenApiAsync(openApiUri, false, CancellationToken.None));
}

Expand Down

0 comments on commit 7718c46

Please sign in to comment.