Fix edit settings test
This commit is contained in:
parent
c002fdf00f
commit
02b6993615
tests/system
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue