Skip to content

Commit fa382b7

Browse files
BrewTestBotbevanjkay
authored andcommitted
livekit-cli 2.4.13
livekit-cli: update test
1 parent 9c66392 commit fa382b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/l/livekit-cli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class LivekitCli < Formula
22
desc "Command-line interface to LiveKit"
33
homepage "https://livekit.io"
4-
url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.12.tar.gz"
5-
sha256 "9f0c6c6cff2e9293ff346b73ec20c2043c74d0c4c01664b77a94fb783b52ed28"
4+
url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.13.tar.gz"
5+
sha256 "23d4f6f8d14966782402f53020e1efe95c17dba2ffacdc45a76548b51fff571b"
66
license "Apache-2.0"
77
head "https://github.com/livekit/livekit-cli.git", branch: "main"
88

@@ -30,7 +30,7 @@ def install
3030

3131
test do
3232
output = shell_output("#{bin}/lk token create --list --api-key key --api-secret secret")
33-
assert output.start_with?("valid for (mins): 5")
33+
assert_match "valid for (mins): 5", output
3434
assert_match "lk version #{version}", shell_output("#{bin}/lk --version")
3535
end
3636
end

0 commit comments

Comments
 (0)