summaryrefslogtreecommitdiff
path: root/rt/t/web/articles-links.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/articles-links.t')
-rw-r--r--rt/t/web/articles-links.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/articles-links.t b/rt/t/web/articles-links.t
index 713dc05e4..eb6de51b3 100644
--- a/rt/t/web/articles-links.t
+++ b/rt/t/web/articles-links.t
@@ -37,7 +37,7 @@ $m->content_contains('instance of ticket #17421', 'got the name of the article i
# delete RT::Article's Name method on the server so we'll need to AUTOLOAD it
my $clone = $m->clone;
$clone->get_ok('/delete-article-name-method.html');
-like($clone->content, qr/{deleted}/);
+like($clone->content, qr/\{deleted\}/);
$m->form_name('TicketUpdate');
$m->click('SubmitTicket');