Skip to content

Commit 4621318

Browse files
committed
changed IP for Ping test
1 parent 0967647 commit 4621318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAToolKit.Engine.Probes.Test/Probes/PingProbeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public PingProbeTests(ITestOutputHelper testOutputHelper)
2323
[Fact]
2424
public async Task PingHostNameTest_Success()
2525
{
26-
var pinger = new PingProbe("github.com", 500);
26+
var pinger = new PingProbe("52.217.36.203", 500);
2727
var result = await pinger.Execute();
2828

2929
_logger.LogInformation($"Success: {result.Success}");

0 commit comments

Comments
 (0)