aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_url_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profilefields/type_url_test.php')
-rw-r--r--tests/profilefields/type_url_test.php2
1 files changed, 1 insertions, 1 deletions
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',