Fix work package representer spec

pull/7458/head
Wieland Lindenthal 5 years ago
parent 99b6850b75
commit 94ce27e532
  1. 2
      modules/bcf/spec/api/v3/work_packages/work_package_representer_spec.rb

@ -110,7 +110,7 @@ describe ::API::V3::WorkPackages::WorkPackageRepresenter do
MARKUP
end
let(:bcf_issue) do
FactoryBot.create(:bcf_issue, markup: markup)
FactoryBot.create(:bcf_issue_with_comment, markup: markup)
end
let(:work_package) do
FactoryBot.create(:work_package,

Loading…
Cancel
Save