DEV: Fix broken spec due to 213bcde080
(#17009)
This commit is contained in:
parent
213bcde080
commit
ae1dd05db2
|
@ -364,7 +364,7 @@ describe 'posts' do
|
|||
produces 'application/json'
|
||||
response '200', 'post updated' do
|
||||
schema type: :object, properties: {
|
||||
locked: { type: :string },
|
||||
locked: { type: :boolean },
|
||||
}
|
||||
|
||||
let(:post_body) { { 'locked': 'true' } }
|
||||
|
|
Loading…
Reference in New Issue