Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/t/testkube.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Testkube < Formula
desc "Kubernetes-native framework for test definition and execution"
homepage "https://testkube.io"
url "https://github.com/kubeshop/testkube/archive/refs/tags/2.4.4.tar.gz"
sha256 "c7cf62a46210dd5f14259d8af9c98f9e9f14150f3b7ea11a21056c5711368ef2"
url "https://github.com/kubeshop/testkube/archive/refs/tags/2.5.0.tar.gz"
sha256 "3ba01a1b47bbf501aceafecb0e71aa5d5fb27f5456e4bd072d811246ef5e1601"
license "MIT"
head "https://github.com/kubeshop/testkube.git", branch: "main"

Expand Down Expand Up @@ -34,7 +34,7 @@ def install
end

test do
output = shell_output("#{bin}/kubectl-testkube get tests 2>&1", 1)
output = shell_output("#{bin}/kubectl-testkube get testworkflow 2>&1", 1)
assert_match("no configuration has been provided", output)

output = shell_output("#{bin}/kubectl-testkube help")
Expand Down
Loading