Skip to content

Commit

Permalink
Rename addFilter() -> prependFilter() (envoyproxy#151)
Browse files Browse the repository at this point in the history
Follow up to #18059.

Signed-off-by: Raul Gutierrez Segales <[email protected]>
  • Loading branch information
rgs1 authored Sep 13, 2021
1 parent 3f74f0e commit 85b7e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-filter-example/http_filter_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class HttpFilterSampleIntegrationTest : public HttpIntegrationTest,
void SetUp() override { initialize(); }

void initialize() override {
config_helper_.addFilter(
config_helper_.prependFilter(
"{ name: sample, typed_config: { \"@type\": type.googleapis.com/sample.Decoder, key: via, "
"val: sample-filter } }");
HttpIntegrationTest::initialize();
Expand Down

0 comments on commit 85b7e0e

Please sign in to comment.