Skip to content

Commit abda018

Browse files
committed
ci: fixes flaky test
Signed-off-by: Vincent Biret <[email protected]>
1 parent 3cb157d commit abda018

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
@@ -224,7 +224,7 @@ public Task ThrowIfOpenApiUrlIsNotProvidedWhenValidatingAsync()
224224
public Task ThrowIfURLIsNotResolvableWhenValidatingAsync()
225225
{
226226
return Assert.ThrowsAsync<InvalidOperationException>(() =>
227-
OpenApiService.ValidateOpenApiDocumentAsync("https://example.org/itdoesnmatter", _logger));
227+
OpenApiService.ValidateOpenApiDocumentAsync("https://example.org926F4F21-88E7-4DC5-BF88-6C529BB77844/itdoesnmatter", _logger));
228228
}
229229

230230
[Fact]

0 commit comments

Comments
 (0)