X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fproxy_test.go;h=784e52768aadf662cb897704cd92c9437bced65c;hb=9abba11a9434e152f35a863de3e7631fe3a00070;hp=ce0e7ad854d4838f82e1edb56336989f0d2d847f;hpb=21121f60d2ffd66d5c28d989572fdb68653bc94c;p=vpp.git 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() {