From 99e1789f7a9f9198e62b4d394eefcf0d4a8a137e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 12 Dec 2019 22:28:44 +0100 Subject: [PATCH] Test fix --- test/DoHConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DoHConfigTest.php b/test/DoHConfigTest.php index 13b5ed9..a11fc4f 100644 --- a/test/DoHConfigTest.php +++ b/test/DoHConfigTest.php @@ -32,7 +32,7 @@ class DoHConfigTest extends TestCase [[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::RFC8484_GET)]], [[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON)]], [[new Nameserver('https://dns.google/resolve', Nameserver::GOOGLE_JSON)]], - [[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON), new Nameserver('dns.google/resolve', Nameserver::GOOGLE_JSON)]], + [[new Nameserver('https://cloudflare-dns.com/dns-query', Nameserver::GOOGLE_JSON), new Nameserver('https://dns.google/resolve', Nameserver::GOOGLE_JSON)]], ]; }