Skip to content

Commit

Permalink
mark AF tests for PropagateChangeDepositorJob as :active_fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin johnson authored and dunn committed Aug 31, 2023
1 parent 08d3534 commit dc39d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/hyrax/propagate_change_depositor_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let(:depositor) { create(:user) }
let!(:receiver) { create(:user) }

context "for AF objects" do
context "for AF objects", :active_fedora do
let(:file_set) { create(:file_set) }
let!(:file) do
create(:file_set, user: depositor)
Expand Down

0 comments on commit dc39d80

Please sign in to comment.