From 1dd5ace8cd283781acfbc0141c692643cc6833d2 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Mon, 26 Nov 2018 12:11:10 +0100
Subject: [PATCH] fix test configuration

---
 t/cgi.t | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/t/cgi.t b/t/cgi.t
index 2edef03..9870a43 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
-- 
GitLab