Skip to content

Commit

Permalink
Merge pull request #253 from sul-dlss/output-loc-spec-touchup
Browse files Browse the repository at this point in the history
make the output_location in the discovery_report_run test fixture more realistic
  • Loading branch information
atz committed Sep 12, 2018
2 parents 03c48f2 + 569be3a commit f176896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/job_run_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
end

let(:discovery_report_run) do
JobRun.new(output_location: "Report available at /path/to/report",
JobRun.new(output_location: "/path/to/report",
bundle_context: bc,
job_type: "discovery_report")
end
Expand Down

0 comments on commit f176896

Please sign in to comment.