aboutsummaryrefslogtreecommitdiffstats
path: root/t/Page.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Page.t')
-rwxr-xr-xt/Page.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Page.t b/t/Page.t
index cbd724f75..a1ae7f3aa 100755
--- a/t/Page.t
+++ b/t/Page.t
@@ -71,7 +71,7 @@ sub test_header() {
# Test that template passed is rendered
$params{'template'} = 'test';
- $html = Page::template_include('test', $q,
+ $html = Page::template_include('test-header', $q,
'/../t/templates/' . $q->{site} . '/',
title => 'My test title', lang => 'en-gb'
);