DEV: Fix broken spec due to 213bcde080 (#17009)

This commit is contained in:
Alan Guo Xiang Tan 2022-06-06 16:37:08 +08:00 committed by GitHub
parent 213bcde080
commit ae1dd05db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' } }