Skip to content

Commit 0d2d89e

Browse files
authored
Merge pull request #2464 from microsoft/chore/path-item-serialization-tests
chore: adds missing unit tests for path items serialization
2 parents d744694 + 64627b6 commit 0d2d89e

File tree

2 files changed

+404
-1
lines changed

2 files changed

+404
-1
lines changed

test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public Task ThrowIfOpenApiUrlIsNotProvidedWhenValidatingAsync()
166166
public Task ThrowIfURLIsNotResolvableWhenValidatingAsync()
167167
{
168168
return Assert.ThrowsAsync<InvalidOperationException>(() =>
169-
OpenApiService.ValidateOpenApiDocumentAsync("https://example.org/itdoesnmatter", _logger));
169+
OpenApiService.ValidateOpenApiDocumentAsync("https://example.org926F4F21-88E7-4DC5-BF88-6C529BB77844/itdoesnmatter", _logger));
170170
}
171171

172172
[Fact]

0 commit comments

Comments
 (0)