hs-test: fix envoy test
[vpp.git] / extras / hs-test / proxy_test.go
index ce0e7ad..784e527 100644 (file)
@@ -83,8 +83,7 @@ func configureEnvoyProxy(s *NsSuite) {
                "resources/envoy/proxy.yaml",
                address,
        )
-
-       envoyContainer.start()
+       s.assertNil(envoyContainer.start())
 }
 
 func (s *NsSuite) TestEnvoyProxyHttpTcp() {