We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe2aa3 commit df5353aCopy full SHA for df5353a
spec/octocatalog-diff/integration/preserve_environments_spec.rb
@@ -47,7 +47,7 @@
47
end
48
49
it 'should exit without error' do
50
- expect(@result.exitcode).to eq(2), OctocatalogDiff::Integration.format_exception(@result)
+ expect(@result.exitcode).to eq(0), OctocatalogDiff::Integration.format_exception(@result)
51
expect(@result.exception).to be_nil, OctocatalogDiff::Integration.format_exception(@result)
52
53
0 commit comments