diff --git a/kallithea/tests/models/test_dump_html_mails.ref.html b/kallithea/tests/models/test_dump_html_mails.ref.html
--- a/kallithea/tests/models/test_dump_html_mails.ref.html
+++ b/kallithea/tests/models/test_dump_html_mails.ref.html
@@ -22,7 +22,7 @@ This is the new comment.
- and here it ends indented.
-Changeset on repo_target branch brunch:
+Changeset on http://example.com/repo_target branch brunch:
"This changeset did something clever which is hard to explain" by u2 u3 (u2).
@@ -112,7 +112,7 @@ View Comment: http://comment.org
Changeset on
repo_target
+ href="http://example.com/repo_target">http://example.com/repo_target
branch
brunch:
@@ -181,7 +181,7 @@ This is the new comment.
- and here it ends indented.
-Changeset on repo_target branch brunch:
+Changeset on http://example.com/repo_target branch brunch:
"This changeset did something clever which is hard to explain" by u2 u3 (u2).
@@ -271,7 +271,7 @@ View Comment: http://comment.org
Changeset on
repo_target
+ href="http://example.com/repo_target">http://example.com/repo_target
branch
brunch:
@@ -342,7 +342,7 @@ This is the new comment.
- and here it ends indented.
-Changeset on repo_target branch brunch:
+Changeset on http://example.com/repo_target branch brunch:
"This changeset did something clever which is hard to explain" by u2 u3 (u2).
@@ -448,7 +448,7 @@ View Comment: http://comment.org
Changeset on
repo_target
+ href="http://example.com/repo_target">http://example.com/repo_target
branch
brunch:
@@ -519,7 +519,7 @@ This is the new comment.
- and here it ends indented.
-Changeset on repo_target branch brunch:
+Changeset on http://example.com/repo_target branch brunch:
"This changeset did something clever which is hard to explain" by u2 u3 (u2).
@@ -625,7 +625,7 @@ View Comment: http://comment.org
Changeset on
repo_target
+ href="http://example.com/repo_target">http://example.com/repo_target
branch
brunch:
diff --git a/kallithea/tests/models/test_notifications.py b/kallithea/tests/models/test_notifications.py
--- a/kallithea/tests/models/test_notifications.py
+++ b/kallithea/tests/models/test_notifications.py
@@ -220,7 +220,7 @@ class TestNotifications(TestController):
message='This changeset did something clever which is hard to explain',
message_short='This changeset did something cl...',
status_change=[None, 'Approved'],
- cs_target_repo='repo_target',
+ cs_target_repo='http://example.com/repo_target',
cs_url='http://changeset.com',
cs_author=User.get(self.u2))),
(Notification.TYPE_MESSAGE,