summaryrefslogtreecommitdiff
path: root/spec/serializers/job_artifact_report_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/job_artifact_report_entity_spec.rb')
-rw-r--r--spec/serializers/job_artifact_report_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/job_artifact_report_entity_spec.rb b/spec/serializers/job_artifact_report_entity_spec.rb
index eef5c16d0fb..3cd12f0e9fe 100644
--- a/spec/serializers/job_artifact_report_entity_spec.rb
+++ b/spec/serializers/job_artifact_report_entity_spec.rb
@@ -22,7 +22,7 @@ describe JobArtifactReportEntity do
end
it 'exposes download path' do
- expect(subject[:download_path]).to include("jobs/#{report.job.id}/artifacts/download")
+ expect(subject[:download_path]).to include("jobs/#{report.job.id}/artifacts/download?file_type=#{report.file_type}")
end
end
end