summaryrefslogtreecommitdiff
path: root/tests/HashTagDetectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HashTagDetectionTest.php')
-rw-r--r--tests/HashTagDetectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php
index 71137b0b5..55e1f65bf 100644
--- a/tests/HashTagDetectionTest.php
+++ b/tests/HashTagDetectionTest.php
@@ -28,7 +28,7 @@ class HashTagDetectionTest extends PHPUnit_Framework_TestCase
array('hello',
'hello'),
array('#hello',
- '<a href="/tag/hello">hello</a>'),
+ '#<span class="tag"><a href="' . common_local_url('tag', array('tag' => common_canonical_tag('hello'))) . '" rel="tag">hello</a></span>'),
);
}
}