mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user