diff options
Diffstat (limited to 'rt/t/web/articles-links.t')
-rw-r--r-- | rt/t/web/articles-links.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/articles-links.t b/rt/t/web/articles-links.t index eb6de51b3..4aa8f9133 100644 --- a/rt/t/web/articles-links.t +++ b/rt/t/web/articles-links.t @@ -44,7 +44,7 @@ $m->click('SubmitTicket'); $m->follow_link_ok({text => 'Links'}); -$m->text_contains('Article ' . $article->id . ': instance of ticket #17421', 'Article appears with its name in the links table'); +$m->text_contains('Article #' . $article->id . ': instance of ticket #17421', 'Article appears with its name in the links table'); my $refers_to = $ticket->RefersTo; is($refers_to->Count, 1, 'the ticket has a refers-to link'); |