mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update hostname in PingMonitor test
This commit is contained in:
@@ -10,7 +10,7 @@ describe('Ping', () => {
|
||||
jest.setTimeout(240000);
|
||||
test('Ping.ping should return appropriate object if the valid hostname is given', async () => {
|
||||
let result: PingResponse | null = await Ping.ping(
|
||||
new Hostname('google.com')
|
||||
new Hostname('apple.com')
|
||||
);
|
||||
|
||||
expect(result).not.toBeNull();
|
||||
|
||||
Reference in New Issue
Block a user