Makes rubocop happy.

This commit is contained in:
LeFnord 2024-03-03 17:08:49 +01:00
parent ccdc2dd082
commit 262cdb9954
1 changed files with 3 additions and 2 deletions

View File

@ -81,9 +81,10 @@ describe '#677 consumes and produces options are included in add_swagger_documen
end
end
add_swagger_documentation \
format: :json, \
add_swagger_documentation(
format: :json,
consumes: ['application/json', 'application/x-www-form-urlencoded']
)
end
end