Skip to content

Commit be8a57d

Browse files
BrewTestBotchenrui333
authored andcommitted
egctl 1.2.0
egctl: update test Signed-off-by: Rui Chen <[email protected]>
1 parent bc15028 commit be8a57d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/e/egctl.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Egctl < Formula
22
desc "Command-line utility for operating Envoy Gateway"
33
homepage "https://gateway.envoyproxy.io/"
4-
url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.1.3.tar.gz"
5-
sha256 "061318e4c3daf8d85470fd77c84c09a87a55357512e1f1d749d2647c1a4ca4ad"
4+
url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "20e01bd30c03af829406cb42bcb52a18307b20df51d25eb8c00c6b63ceffcaa9"
66
license "Apache-2.0"
77
head "https://github.com/envoyproxy/gateway.git", branch: "main"
88

@@ -118,7 +118,7 @@ def install
118118
filterMetadata:
119119
envoy-gateway:
120120
resources:
121-
- kind: ""
121+
- kind: Gateway
122122
name: eg
123123
namespace: default
124124
sectionName: http
@@ -142,6 +142,6 @@ def install
142142
EOS
143143

144144
output = shell_output("#{bin}/egctl x translate --from gateway-api --to xds -t route -f #{testpath}/input.yaml")
145-
assert_equal output, expected
145+
assert_equal expected, output
146146
end
147147
end

0 commit comments

Comments
 (0)