Skip to content

Commit f018ad9

Browse files
author
Martin Conte Mac Donell
committed
Fix (old) formatting problems on conn_manager
1 parent 5ae4b34 commit f018ad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/common/http/conn_manager_impl_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class HttpConnectionManagerImplTest : public Test, public ConnectionManagerConfi
3838
HttpConnectionManagerImplTest()
3939
: access_log_path_("dummy_path"),
4040
access_logs_{Http::AccessLog::InstancePtr{new Http::AccessLog::InstanceImpl(
41-
access_log_path_, {},
42-
AccessLog::AccessLogFormatUtils::defaultAccessLogFormatter(),
41+
access_log_path_, {}, AccessLog::AccessLogFormatUtils::defaultAccessLogFormatter(),
4342
log_manager_)}},
4443
codec_(new NiceMock<Http::MockServerConnection>()),
4544
stats_{{ALL_HTTP_CONN_MAN_STATS(POOL_COUNTER(fake_stats_), POOL_GAUGE(fake_stats_),

0 commit comments

Comments
 (0)