Fix edit settings test

This commit is contained in:
Guillermo 2018-01-04 00:57:45 -03:00
parent c002fdf00f
commit 02b6993615
1 changed files with 2 additions and 2 deletions
tests/system

View File

@ -6,7 +6,7 @@ describe'system/edit-settings' do
result= request('/system/edit-settings', {
"csrf_userid" => $csrf_userid,
"csrf_token" => $csrf_token,
"maintenance-mode" => false,
"maintenance-mode" => 0,
"time-zone" => -3,
"layout" => 'full-width',
"allow-attachments" => 1,
@ -82,4 +82,4 @@ describe'system/edit-settings' do
request('/user/logout')
end
end
end