Skip to content

Commit 64627b6

Browse files
committed
ci: fixes flaky test
Signed-off-by: Vincent Biret <[email protected]>
1 parent 5f24110 commit 64627b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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)