From 2ceb73edd77d33803f16a180653561746d287576 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Sat, 12 Jan 2019 04:43:02 -0300 Subject: [PATCH] Remove email host values from ruby test --- tests/system/init-settings.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/system/init-settings.rb b/tests/system/init-settings.rb index a2d39e96..36f909d9 100755 --- a/tests/system/init-settings.rb +++ b/tests/system/init-settings.rb @@ -17,14 +17,10 @@ describe '/system/init-settings' do 'user-system-enabled' => true, 'registration' => true, 'title' => 'Support Center', - 'imap-host' => '{imap.dreamhost.com:993/imap/ssl}INBOX', - 'imap-user' => 'support@opensupports.com', - 'imap-pass' => 'password', 'smtp-host' => 'localhost:7070', - 'smtp-user' => 'support@opensupports.com', + 'smtp-user' => 'testemail@opensupports.com', 'smtp-pass' => 'password', - 'smtp-password' => '', - 'server-email' => 'support@opensupports.com', + 'server-email' => 'testemail@opensupports.com', 'language' => 'en' })