From 5f9286ac85cd4e25618d62d94353ab9992aadf9c Mon Sep 17 00:00:00 2001 From: Derek Argueta Date: Wed, 24 Mar 2021 16:43:15 -0700 Subject: [PATCH] test: update integration constructor Signed-off-by: Derek Argueta --- http-filter-example/http_filter_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */