From d27ca5d725eee68f23d9c7bc714b4a1871b03e6f Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 25 Sep 2019 09:27:02 -0700 Subject: [PATCH] Switch to a more reliable domain name with a hyphen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Natan SÄ…gol --- packages/grpc-js/test/test-resolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js/test/test-resolver.ts b/packages/grpc-js/test/test-resolver.ts index 35c11bf1..72e0dae4 100644 --- a/packages/grpc-js/test/test-resolver.ts +++ b/packages/grpc-js/test/test-resolver.ts @@ -104,7 +104,7 @@ describe('Name Resolver', () => { it('Should resolve a name with a hyphen', done => { /* TODO(murgatroid99): Find or create a better domain name to test this with. * This is just the first one I found with a hyphen. */ - const target = 'network-tools.com'; + const target = 'google-analytics.com'; const listener: resolverManager.ResolverListener = { onSuccessfulResolution: ( addressList: string[],