summaryrefslogtreecommitdiff
path: root/rt/t/web/html_template.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/html_template.t')
-rw-r--r--rt/t/web/html_template.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/web/html_template.t b/rt/t/web/html_template.t
index 662a26b..78b95a3 100644
--- a/rt/t/web/html_template.t
+++ b/rt/t/web/html_template.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
use strict;
use warnings;
@@ -32,7 +31,7 @@ Content-Type: text/html
EOF
},
);
- $m->content_like( qr/Content changed/, 'content is changed' );
+ $m->content_like( qr/Content updated/, 'content is changed' );
$m->content_contains( '你好', 'content is really updated' );
}