aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network/checkdnsrr_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/network/checkdnsrr_test.php')
-rw-r--r--tests/network/checkdnsrr_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network/checkdnsrr_test.php b/tests/network/checkdnsrr_test.php
index 6503a4c40b..e67b72118c 100644
--- a/tests/network/checkdnsrr_test.php
+++ b/tests/network/checkdnsrr_test.php
@@ -38,7 +38,7 @@ class phpbb_network_checkdnsrr_test extends phpbb_test_case
array('does-not-exist.phpbb.com', 'AAAA', false),
// Existing CNAME record
- array('news.cnet.com', 'CNAME', true),
+ array('www.github.com', 'CNAME', true),
// Non-existing CNAME record
array('does-not-exist.phpbb.com', 'CNAME', false),