diff --git a/rostests/apitests/ws2_32/getaddrinfo.c b/rostests/apitests/ws2_32/getaddrinfo.c index 5588970a39b..b9b3ab534a6 100644 --- a/rostests/apitests/ws2_32/getaddrinfo.c +++ b/rostests/apitests/ws2_32/getaddrinfo.c @@ -54,7 +54,7 @@ TestNodeName(VOID) { { "", LocalAddress }, { " ", NULL }, - { "doesntexist.reactos.org", NULL }, + { "doesntexist.example.com", NULL }, { "localhost", "127.0.0.1" }, { "localhost:80", NULL }, { "7.8.9.10", "7.8.9.10", AI_NUMERICHOST },