Skip to content

Commit

Permalink
[FIX] certbot major version
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Jun 3, 2020
1 parent c4a5b7f commit 1835268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serverspec/spec/shared/misc/tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@

describe command('/usr/bin/certbot --version') do
its(:stderr) { should match %r!certbot! }
its(:exit_status) { should eq 0 }
its(:exit_status) { should eq 1 }
end
end

0 comments on commit 1835268

Please sign in to comment.