Skip to content

Commit

Permalink
Nokogiri 1.13 does not permit integers as XSLT parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 10, 2022
1 parent 5a8e6a3 commit 9bfb2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/robots/dor_repo/gis_assembly/generate_mods_spec.rb
Expand Up @@ -29,7 +29,7 @@

it 'runs without error' do
expect do
subject.to_mods(geo_metadata, { purl: 'https://purl.stanford.edu/ym947vs2726', newfoo: 123 })
subject.to_mods(geo_metadata, { purl: 'https://purl.stanford.edu/ym947vs2726', newfoo: '123' })
end.not_to raise_error
end
end
Expand Down

0 comments on commit 9bfb2f2

Please sign in to comment.