From c4b14043e92dd8d61ab2f9b4148d5822934bf9e5 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Fri, 4 Sep 2020 07:36:47 +0700 Subject: [PATCH] test: Remove set_allow_unexpected_disconnects This removes set_allow_unexpected_disconnects in lua filter integration test. Signed-off-by: Dhi Aurrahman --- test/extensions/filters/http/lua/lua_integration_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/extensions/filters/http/lua/lua_integration_test.cc b/test/extensions/filters/http/lua/lua_integration_test.cc index ef09324589a7..fa0e474eed8d 100644 --- a/test/extensions/filters/http/lua/lua_integration_test.cc +++ b/test/extensions/filters/http/lua/lua_integration_test.cc @@ -133,7 +133,6 @@ class LuaIntegrationTest : public testing::TestWithParamwaitForNewStream(*dispatcher_, xds_stream_); RELEASE_ASSERT(result, result.message()); xds_stream_->startGrpcStream(); - fake_upstreams_[3]->set_allow_unexpected_disconnects(true); EXPECT_TRUE(compareSotwDiscoveryRequest(Config::TypeUrl::get().RouteConfiguration, "", {route_config_name}, true));