diff options
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 5f7eb45be38..e646a969214 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -91,8 +91,7 @@ func VppProxyHttpTlsTest(s *NsSuite) { func configureEnvoyProxy(s *NsSuite) { envoyContainer := s.GetContainerByName("envoy") - err := envoyContainer.Create() - s.AssertNil(err, "Error creating envoy container: %s", err) + s.AssertNil(envoyContainer.Create()) serverVeth := s.GetInterfaceByName(ServerInterface) address := struct { |