mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 04:45:34 +08:00
DEV: Fix broken spec due to 213bcde080dcd5fee94ea4524cc880758823f786 (#17009)
This commit is contained in:
parent
213bcde080
commit
ae1dd05db2
@ -364,7 +364,7 @@ describe 'posts' do
|
|||||||
produces 'application/json'
|
produces 'application/json'
|
||||||
response '200', 'post updated' do
|
response '200', 'post updated' do
|
||||||
schema type: :object, properties: {
|
schema type: :object, properties: {
|
||||||
locked: { type: :string },
|
locked: { type: :boolean },
|
||||||
}
|
}
|
||||||
|
|
||||||
let(:post_body) { { 'locked': 'true' } }
|
let(:post_body) { { 'locked': 'true' } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user