diff options
| -rw-r--r-- | tests/network/checkdnsrr_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/network/checkdnsrr_test.php b/tests/network/checkdnsrr_test.php index e67b72118c..8cbd4f7e97 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('www.github.com', 'CNAME', true), +			array('area51.phpbb.com', 'CNAME', true),  			// Non-existing CNAME record  			array('does-not-exist.phpbb.com', 'CNAME', false), | 
