Skip to content

Commit a4c07e2

Browse files
committed
Hardcode adjustments_requests spec strings
1 parent 2ead900 commit a4c07e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/requests/adjustments_requests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
get adjustments_path, params: { filters: { date_range: "#{start_date} - #{end_date}" }, format: 'csv' }
123123

124124
csv = <<~CSV
125-
Created date,Storage Area,Comment,# of changes,#{item1.name},#{item2.name}
125+
Created date,Storage Area,Comment,# of changes,Item One,Item Two
126126
2019-06-30,Smithsonian Conservation Center,First adjustment,2,10,5
127127
CSV
128128

0 commit comments

Comments
 (0)