diff --git a/http-filter-example/http_filter_integration_test.cc b/http-filter-example/http_filter_integration_test.cc index ef66e2c1c..491f3ed1a 100644 --- a/http-filter-example/http_filter_integration_test.cc +++ b/http-filter-example/http_filter_integration_test.cc @@ -5,7 +5,7 @@ class HttpFilterSampleIntegrationTest : public HttpIntegrationTest, public testing::TestWithParam { public: HttpFilterSampleIntegrationTest() - : HttpIntegrationTest(Http::CodecClient::Type::HTTP1, GetParam(), realTime()) {} + : HttpIntegrationTest(Http::CodecClient::Type::HTTP1, GetParam()) {} /** * Initializer for an individual integration test. */