mirror of https://github.com/grpc/grpc-node.git
Switch to a more reliable domain name with a hyphen
Co-Authored-By: Natan Sągol <m@merlinnot.com>
This commit is contained in:
parent
9238ad07cb
commit
d27ca5d725
|
@ -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[],
|
||||
|
|
Loading…
Reference in New Issue