test: Replace DNS 1.1.1.1 by 8.8.8.8

This commit is contained in:
TwiN 2022-11-15 21:42:11 -05:00
parent 114b78c75c
commit f37a0ef2d7

View File

@ -655,7 +655,7 @@ func TestIntegrationEvaluateHealthForDNS(t *testing.T) {
conditionBody := Condition("[BODY] == 93.184.216.34")
endpoint := Endpoint{
Name: "example",
URL: "1.1.1.1",
URL: "8.8.8.8",
DNS: &DNS{
QueryType: "A",
QueryName: "example.com.",