Skip to content

Commit b833cdc

Browse files
authored
Merge pull request #2477 from microsoft/ci/hidi-fixes-to-v1
ci: fixes flaky test
2 parents 3cb157d + abda018 commit b833cdc

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)