diff --git a/__tests__/plugins/dnslink-fetch/index.test.js b/__tests__/plugins/dnslink-fetch/index.test.js index 8adf286..554ee9a 100644 --- a/__tests__/plugins/dnslink-fetch/index.test.js +++ b/__tests__/plugins/dnslink-fetch/index.test.js @@ -88,7 +88,7 @@ describe("plugin: dnslink-fetch", () => { const response = await LibResilientPluginConstructors.get('dnslink-fetch')(LR, init).fetch('https://resilient.is/test.json'); } catch(e) {} - expect(global.fetch).toHaveBeenCalledWith("https://dns.google/resolve?name=_dnslink.resilient.is&type=TXT&edns_client_subnet=0.0.0.0/0", {"headers": {"accept": "application/json"}}) + expect(global.fetch).toHaveBeenCalledWith("https://dns.hostux.net/dns-query?name=_dnslink.resilient.is&type=TXT&edns_client_subnet=0.0.0.0/0", {"headers": {"accept": "application/json"}}) }) test("it should perform a fetch against the configured dohProvider endpoint, with configured ECS settings", async () => {