We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844b9da commit fc627b7Copy full SHA for fc627b7
1 file changed
spec/octocatalog-diff/integration/convert_file_resources_spec.rb
@@ -118,7 +118,7 @@
118
expect(result[:exitcode]).to eq(-1)
119
expect(result[:exception]).to be_a_kind_of(OctocatalogDiff::CatalogDiff::Cli::Catalogs::CatalogError)
120
expect(result[:exception].message).to match(/failed to compile with Errno::ENOENT/)
121
- expect(result[:exception].message).to match(%r{Unable to find 'puppet:///modules/test/foo-new' at})
+ expect(result[:exception].message).to match(%r{Unable to resolve 'puppet:///modules/test/foo-new'})
122
end
123
124
0 commit comments