X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Farticles-links.t;h=eb6de51b3650e34867e2bbe51fa9c02d60ede75d;hb=b8988e1d3ac75af63c85e8563e57701030315a9e;hp=713dc05e4664938d33ddd6ca7284fef47d54f00a;hpb=7f029e082712dceafb9152820746da79a50f2275;p=freeside.git 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');