mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
FIX: Topic timers being incorrectly trashed!
.
https://meta.discourse.org/t/temporary-timed-closure-of-topic-not-re-opening-topic/67877
This commit is contained in:
@ -420,6 +420,7 @@ describe TopicsController do
|
||||
|
||||
expect(response).to be_success
|
||||
expect(@topic.reload.closed).to eq(false)
|
||||
expect(@topic.topic_timers).to eq([])
|
||||
|
||||
body = JSON.parse(response.body)
|
||||
|
||||
|
Reference in New Issue
Block a user