Skip to content

Commit d6646f2

Browse files
committed
Error message format change needs to be reflected in test
1 parent ef2174d commit d6646f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/octocatalog-diff/integration/cli_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
expect(stderr).not_to match(/DEBUG -- : :header => \(Symbol\) :default/)
233233
expect(stderr).not_to match(/DEBUG -- : Loaded 3 settings from/)
234234
expect(stderr).not_to match(/INFO -- : Exiting now because --config-test was specified/)
235-
expect(stderr).to match(/ArgumentError: Unable to compute facts for node./)
235+
expect(stderr).to match(/Unable to compute facts for node./)
236236
end
237237
end
238238
end

0 commit comments

Comments
 (0)