1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 05:40:06 +00:00

chore: Update example.com's IPv4 and IPv6

This commit is contained in:
TwiN
2024-04-18 21:04:34 -04:00
parent e0ab35e86a
commit b88d0b1c34
6 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ func TestIntegrationQuery(t *testing.T) {
},
inputURL: "8.8.8.8",
expectedDNSCode: "NOERROR",
expectedBody: "93.184.216.34",
expectedBody: "93.184.215.14",
},
{
name: "test DNS with type AAAA",
@@ -34,7 +34,7 @@ func TestIntegrationQuery(t *testing.T) {
},
inputURL: "8.8.8.8",
expectedDNSCode: "NOERROR",
expectedBody: "2606:2800:220:1:248:1893:25c8:1946",
expectedBody: "2606:2800:21f:cb07:6820:80da:af6b:8b2c",
},
{
name: "test DNS with type CNAME",