mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
Fix edit settings test
This commit is contained in:
parent
c002fdf00f
commit
02b6993615
@ -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…
x
Reference in New Issue
Block a user