diff --git a/t/cgi.t b/t/cgi.t
index 2edef031443e6716d9431bf0b0fd08571cc56237..9870a430270019b2c27d90f667e03f1b4328cf1e 100755
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -17,6 +17,7 @@ my $config = File::Temp->new(UNLINK => $ENV{TEST_DEBUG} ? 0 : 1);
 print {$config} <<EOF;
 [setup]
 templates_dir = templates
+templates_theme = edugain
 
 [federations]
 edugain = t/edugain.xml
@@ -24,6 +25,7 @@ edugain = t/edugain.xml
 [app]
 url = https://my.fqdn/accountmanager
 support_email = support\@my.fqdn
+name = eduGAIN Access Check
 
 [logger]
 file = $log