Skip to content

Commit

Permalink
Use correct rails root
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Dec 6, 2024
1 parent cfbfa76 commit 36b056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/indexers/hyrax/indexers/file_set_indexer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
let(:metadata_attrs) do
{
id: SecureRandom.uuid,
file_identifier: 'versiondisk:///app/samvera/hyrax-webapp/tmp/test_adapter_uploads/VALFILEID1',
file_identifier: "versiondisk://#{Rails.root}/tmp/test_adapter_uploads/VALFILEID1",
alternate_ids: ['AFFILEID1'],
file_set_id: fileset_id,

Expand Down

0 comments on commit 36b056d

Please sign in to comment.