diff --git a/spec/features/bulkrax_upload_spec.rb b/spec/features/bulkrax_upload_spec.rb index eee827a0..792871f1 100644 --- a/spec/features/bulkrax_upload_spec.rb +++ b/spec/features/bulkrax_upload_spec.rb @@ -32,9 +32,8 @@ headers_arr = csv_rows[0] - # check that header row generated is correct expect(headers_arr).to eq(["model", "title", "creator", "contributor", "language", - "description", "keyword", "degree", "advisor", "gw_affiliation", + "description", "keyword", "degree", "resource_type", "advisor", "gw_affiliation", "date_created", "committee_member", "rights_statement", "bulkrax_identifier", "file", "parents", "visibility", "visibility_during_embargo", "visibility_after_embargo", "embargo_release_date"]) @@ -89,4 +88,4 @@ expect(work_1.embargo_id.present?).to be true expect(work_2.embargo_id.present?).to be true end -end \ No newline at end of file +end