summaryrefslogtreecommitdiffstats
path: root/t/bmo
diff options
context:
space:
mode:
authorIsrael Madueme <purelogiq@gmail.com>2018-08-10 14:57:01 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-10 14:57:01 +0200
commitfd850e00db835d2b84c59014c3b1021fea2294fc (patch)
treeb5529f9bf45bb2b8f66b19714d215f1ca6c06c94 /t/bmo
parent5a43b27f7940be9697f312c550fa2de11a9e14d7 (diff)
downloadbugzilla-fd850e00db835d2b84c59014c3b1021fea2294fc.tar.gz
bugzilla-fd850e00db835d2b84c59014c3b1021fea2294fc.tar.xz
Bug 1456878 - Support markdown comments
Diffstat (limited to 't/bmo')
-rw-r--r--t/bmo/comments.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bmo/comments.t b/t/bmo/comments.t
index 4b0bb8177..f4064a7fc 100644
--- a/t/bmo/comments.t
+++ b/t/bmo/comments.t
@@ -61,7 +61,7 @@ my $bug_2 = Bugzilla::Bug->create(
my $bug_2_id = $bug_2->id;
-Bugzilla::Template::quoteUrls(
+Bugzilla::Template::renderComment(
$bug_2->comments->[0]->body, undef, undef, undef,
sub {
my $bug_id = $_[0];