Skip to content

Commit

Permalink
Fix compile_time_options.
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch committed Jan 14, 2021
1 parent 9d10aec commit 08ff5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/ads_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,8 @@ class XdsTpAdsIntegrationTest : public AdsIntegrationTest {
lds_config->set_resource_api_version(envoy::config::core::v3::ApiVersion::V3);
lds_config->mutable_api_config_source()->set_api_type(
envoy::config::core::v3::ApiConfigSource::AGGREGATED_DELTA_GRPC);
lds_config->mutable_api_config_source()->set_transport_api_version(
envoy::config::core::v3::V3);
});
AdsIntegrationTest::initialize();
}
Expand Down

0 comments on commit 08ff5bd

Please sign in to comment.