We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2174d commit d6646f2Copy full SHA for d6646f2
1 file changed
spec/octocatalog-diff/integration/cli_spec.rb
@@ -232,7 +232,7 @@
232
expect(stderr).not_to match(/DEBUG -- : :header => \(Symbol\) :default/)
233
expect(stderr).not_to match(/DEBUG -- : Loaded 3 settings from/)
234
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./)
+ expect(stderr).to match(/Unable to compute facts for node./)
236
end
237
238
0 commit comments