Skip to content

Commit

Permalink
mobile: fix ci permafail (envoyproxy#33158)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Mar 27, 2024
1 parent 7f6df24 commit be5ee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/test/cc/unit/envoy_config_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DfpClusterConfig getDfpClusterConfig(const Bootstrap& bootstrap) {
const auto& clusters = bootstrap.static_resources().clusters();
for (const auto& cluster : clusters) {
if (cluster.name() == "base") {
MessageUtil::unpackTo(cluster.cluster_type().typed_config(), cluster_config);
MessageUtil::unpackTo(cluster.cluster_type().typed_config(), cluster_config).IgnoreError();
}
}
return cluster_config;
Expand Down

0 comments on commit be5ee88

Please sign in to comment.