Skip to content

Commit

Permalink
Add test for Paranoia
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack committed Oct 24, 2022
1 parent 7c57232 commit c67e8d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/paranoia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def install
end

test do
system "false"
# This string is the SHA256 of the "ISRG X1 Root" certificate
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6", shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
end
end

0 comments on commit c67e8d8

Please sign in to comment.