summaryrefslogtreecommitdiffstats
path: root/t/bmo/comments.t
diff options
context:
space:
mode:
Diffstat (limited to 't/bmo/comments.t')
-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];