diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index 48f9cf8f38..c49bf6afd0 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -66,7 +66,7 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case 'Field should reject invalid input', ), array( - 'http://onetwthree.aol.io', + 'http://onetwothree.example.io', array(), false, 'Field should accept valid URL',