Skip to content

Commit

Permalink
integration test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Greenway <ggreenway@apple.com>
  • Loading branch information
ggreenway committed Feb 8, 2024
1 parent 05d5e62 commit 34b39f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/ssl_utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ createUpstreamSslContext(ContextManager& context_manager, Api::Api& api, bool us
}
envoy::extensions::transport_sockets::quic::v3::QuicDownstreamTransport quic_config;
quic_config.mutable_downstream_tls_context()->MergeFrom(tls_context);
ON_CALL(mock_factory_ctx, statsScope())
.WillByDefault(ReturnRef(*upstream_stats_store->rootScope()));
ON_CALL(mock_factory_ctx, sslContextManager()).WillByDefault(ReturnRef(context_manager));

std::vector<std::string> server_names;
auto& config_factory = Config::Utility::getAndCheckFactoryByName<
Expand Down

0 comments on commit 34b39f6

Please sign in to comment.