mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
Fix broken specs.
This commit is contained in:
parent
aadf4805a5
commit
c076f7b1aa
@ -78,6 +78,8 @@ RSpec.describe "Managing a topic's status update", type: :request do
|
|||||||
|
|
||||||
describe 'publishing topic to category in the future' do
|
describe 'publishing topic to category in the future' do
|
||||||
it 'should be able to create the topic status update' do
|
it 'should be able to create the topic status update' do
|
||||||
|
SiteSetting.queue_jobs = true
|
||||||
|
|
||||||
post "/t/#{topic.id}/status_update.json",
|
post "/t/#{topic.id}/status_update.json",
|
||||||
time: 24,
|
time: 24,
|
||||||
status_type: TopicStatusUpdate.types[3],
|
status_type: TopicStatusUpdate.types[3],
|
||||||
|
Loading…
Reference in New Issue
Block a user