File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11class Minder < Formula
22 desc "CLI for interacting with Stacklok's Minder platform"
33 homepage "https://mindersec.github.io/"
4- url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.89 .tar.gz"
5- sha256 "8cc2ecfd5730d6718d8ffd54b4557aed84f2aa36d524783767345018341c1b84 "
4+ url "https://github.com/mindersec/minder/archive/refs/tags/v0.1.0 .tar.gz"
5+ sha256 "278b9cf8293616c511b86da95c90358fa11bfef09bd5339c9914d4dad027d9e6 "
66 license "Apache-2.0"
77 head "https://github.com/mindersec/minder.git" , branch : "main"
88
@@ -28,9 +28,9 @@ def install
2828 end
2929
3030 test do
31- assert_match version . to_s , shell_output ( "#{ bin } /minder version" )
31+ assert_match version . to_s , shell_output ( "#{ bin } /minder version 2>&1 " )
3232
33- output = shell_output ( " #{ bin } /minder artifact list -p github 2>&1" , 16 )
34- assert_match "No config file present, using default values" , output
33+ # All the cli action trigger to open github authorization page,
34+ # so we cannot test them directly.
3535 end
3636end
You can’t perform that action at this time.
0 commit comments