mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Fix an error with mobile custom header
This commit is contained in:
@ -7,7 +7,7 @@ describe SiteCustomization do
|
||||
end
|
||||
|
||||
let :customization_params do
|
||||
{name: 'my name', user_id: user.id, header: "my awesome header", stylesheet: "my awesome css", mobile_stylesheet: '', mobile_header: ''}
|
||||
{name: 'my name', user_id: user.id, header: "my awesome header", stylesheet: "my awesome css", mobile_stylesheet: nil, mobile_header: nil}
|
||||
end
|
||||
|
||||
let :customization do
|
||||
|
Reference in New Issue
Block a user