Skip to content

Commit

Permalink
Merge pull request #6263 from samvera/char-job
Browse files Browse the repository at this point in the history
don't test legacy CharacterizeJob in `.koppie`
  • Loading branch information
hackartisan authored Aug 30, 2023
2 parents f82f9d8 + 95dfe1d commit f85b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/characterize_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe CharacterizeJob, :clean_repo do
RSpec.describe CharacterizeJob, :active_fedora, :clean_repo do
let(:file_set_id) { 'abc12345' }
let(:upload_root) { Pathname.new(ENV.fetch('HYRAX_UPLOAD_PATH', Rails.root.join('tmp', 'uploads'))) }
let(:filename) { upload_root.join('ab', 'c1', '23', '45', 'abc12345', 'picture.png').to_s }
Expand Down

0 comments on commit f85b164

Please sign in to comment.