diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-03-07 10:13:19 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-03-07 17:47:45 +0000 |
commit | 9abba11a9434e152f35a863de3e7631fe3a00070 (patch) | |
tree | 5a23d41d9349741b18b2c3971d9ff04fe8cbaf99 /extras/hs-test/proxy_test.go | |
parent | 21121f60d2ffd66d5c28d989572fdb68653bc94c (diff) |
hs-test: fix envoy test
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I776e0f1f7ea700439d1fe6a598772776ae6a1493
Diffstat (limited to 'extras/hs-test/proxy_test.go')
-rw-r--r-- | extras/hs-test/proxy_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go index ce0e7ad854d..784e52768aa 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -83,8 +83,7 @@ func configureEnvoyProxy(s *NsSuite) { "resources/envoy/proxy.yaml", address, ) - - envoyContainer.start() + s.assertNil(envoyContainer.start()) } func (s *NsSuite) TestEnvoyProxyHttpTcp() { |