From ced09628940cde92c3bb70ce96e31dd5cc973b08 Mon Sep 17 00:00:00 2001 From: Luc Charland Date: Thu, 28 Aug 2014 10:43:32 -0400 Subject: [PATCH] Added white_listed_attendee to the config file --- Tests/Integration/config.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/Integration/config.py.in b/Tests/Integration/config.py.in index 3a7d79a55..6bec39bb9 100644 --- a/Tests/Integration/config.py.in +++ b/Tests/Integration/config.py.in @@ -23,6 +23,8 @@ attendee1_delegate_password = "sogo" resource_no_overbook = "res" resource_can_overbook = "res-nolimit" +white_listed_attendee = 'sogo1=John Doe ' + mailserver = "imaphost" testput_nbrdays = 30