Skip to content
代码片段 群组 项目
提交 c6f1978b 编辑于 作者: Heinrich Lee Yu's avatar Heinrich Lee Yu
浏览文件

Fix broken master due to Sidekiq usage

We switched to Sidekiq.fake when running tests but this test
needs the worker to run inline
上级 4fff94c0
No related branches found
No related tags found
无相关合并请求
...@@ -321,7 +321,7 @@ def setup_control_group ...@@ -321,7 +321,7 @@ def setup_control_group
expect(epic.due_date_sourcing_epic).to be_nil expect(epic.due_date_sourcing_epic).to be_nil
end end
context "when epic dates are propagated upwards" do context "when epic dates are propagated upwards", :sidekiq_inline do
let(:top_level_parent_epic) { create(:epic, group: group) } let(:top_level_parent_epic) { create(:epic, group: group) }
let(:parent_epic) { create(:epic, group: group, parent: top_level_parent_epic) } let(:parent_epic) { create(:epic, group: group, parent: top_level_parent_epic) }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册