Skip to content

Commit

Permalink
make tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed May 21, 2024
1 parent bf01d48 commit 754795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/authority_browse/subjects_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
it "fetches authority records from the alma api for a given set and generates a file with a list of marcxml authorities" do
auth_stub = stub_authority_request
set_stub = stub_set_request
file_path = "/app/tmp/auth_file.xml"
file_path = "#{S.project_root}/tmp/auth_file.xml"
described_class.generate_remediated_authorities_file(file_path: file_path, set_id: set_id)
expect(auth_stub).to have_been_requested
expect(set_stub).to have_been_requested
Expand Down

0 comments on commit 754795c

Please sign in to comment.