DEV: Fix api docs tagging format (#14010)
When specifying multiple tags they should be separate strings, not a single string.
This commit is contained in:
parent
f848f6cbb6
commit
ce015f5b75
|
@ -13,7 +13,7 @@ describe 'user_badges' do
|
|||
path '/user-badges/{username}.json' do
|
||||
|
||||
get 'List badges for a user' do
|
||||
tags 'Badges, Users'
|
||||
tags 'Badges', 'Users'
|
||||
consumes 'application/json'
|
||||
expected_request_schema = nil
|
||||
parameter name: :username, in: :path, schema: { type: :string }
|
||||
|
|
Loading…
Reference in New Issue