Browse Source

update test

pull/2575/head
Kat 2 years ago
parent
commit
2ac7ee590f
  1. 2
      spec/views/merge_requests/show.html.erb_spec.rb

2
spec/views/merge_requests/show.html.erb_spec.rb

@ -1,7 +1,7 @@
require "rails_helper"
RSpec.describe "merge_requests/show.html.erb", type: :view do
let(:absorbing_organisation) { create(:organisation, name: "Absorbing Org") }
let(:absorbing_organisation) { create(:organisation, name: "Absorbing Org", with_dsa: false) }
let(:dpo_user) { create(:user, name: "DPO User", is_dpo: true, organisation: absorbing_organisation) }
let(:merge_request) { create(:merge_request, absorbing_organisation_id: absorbing_organisation.id, signed_dsa: false, status: 1) }

Loading…
Cancel
Save