From 785da57d3e23af1faf5cb90dc688070994bc5c04 Mon Sep 17 00:00:00 2001 From: Henna Huang Date: Fri, 2 Jun 2017 13:27:24 -0400 Subject: [PATCH] Update echo 2 test --- echo2_integration_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/echo2_integration_test.cc b/echo2_integration_test.cc index 1096f38df..0d648fd83 100644 --- a/echo2_integration_test.cc +++ b/echo2_integration_test.cc @@ -5,11 +5,12 @@ namespace Envoy { class Echo2IntegrationTest : public BaseIntegrationTest, public testing::TestWithParam { public: + Echo2IntegrationTest() : BaseIntegrationTest(GetParam()) {} /** * Initializer for an individual integration test. */ void SetUp() override { - createTestServer("echo2_server.json", {"echo"}, GetParam()); + createTestServer("echo2_server.json", {"echo"}); } /**