mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00: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'
|
||||
response '200', 'post updated' do
|
||||
schema type: :object, properties: {
|
||||
locked: { type: :string },
|
||||
locked: { type: :boolean },
|
||||
}
|
||||
|
||||
let(:post_body) { { 'locked': 'true' } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user