Skip to content

Commit

Permalink
xds: integration test clean up (envoyproxy#28878)
Browse files Browse the repository at this point in the history
Signed-off-by: Boteng Yao <[email protected]>
  • Loading branch information
botengyao authored Aug 8, 2023
1 parent 5e39357 commit b47a3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/base_integration_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ class BaseIntegrationTest : protected Logger::Loggable<Logger::Id::testing> {
std::vector<envoy::service::discovery::v3::Resource> resources;
for (const auto& message : added_or_updated) {
envoy::service::discovery::v3::Resource resource;
ProtobufWkt::Any temp_any;
temp_any.PackFrom(message);
resource.mutable_resource()->PackFrom(message);
resource.set_name(intResourceName(message));
resource.set_version(version);
Expand Down

0 comments on commit b47a3bd

Please sign in to comment.