Skip to content

Commit

Permalink
Added resource_type field
Browse files Browse the repository at this point in the history
  • Loading branch information
kerchner committed Jun 14, 2024
1 parent 9030ee8 commit bf8c139
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/features/bulkrax_upload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down Expand Up @@ -89,4 +88,4 @@
expect(work_1.embargo_id.present?).to be true
expect(work_2.embargo_id.present?).to be true
end
end
end

0 comments on commit bf8c139

Please sign in to comment.