diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Formatter/UserMentionFormatterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Formatter/UserMentionFormatterTest.php b/tests/units/Formatter/UserMentionFormatterTest.php index 6338e80f..92f73d16 100644 --- a/tests/units/Formatter/UserMentionFormatterTest.php +++ b/tests/units/Formatter/UserMentionFormatterTest.php @@ -29,7 +29,7 @@ class UserMentionFormatterTest extends Base $expected = array( array( 'value' => 'someone', - 'html' => '<div class="avatar avatar-20 avatar-inline"><img src="?controller=AvatarFileController&action=image&user_id=1&size=20" alt="Someone" title="Someone"></div> someone <small>Someone</small>', + 'html' => '<div class="avatar avatar-20 avatar-inline"><img src="?controller=AvatarFileController&action=image&user_id=1&hash=5acc03af0274414544b9615fb223d925&size=20" alt="Someone" title="Someone"></div> someone <small>Someone</small>', ), array( 'value' => 'somebody', |