Skip to content

Commit

Permalink
fix router test
Browse files Browse the repository at this point in the history
Signed-off-by: Snow Pettersen <snowp@squareup.com>
  • Loading branch information
snowp committed Jan 16, 2019
1 parent 3915ad5 commit 55242d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/router/config_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5296,7 +5296,7 @@ name: RetriableStatusCodes
name: envoy.test_retry_priority
)EOF";

Upstream::MockRetryPriority priority({});
Upstream::MockRetryPriority priority{{}, {}};
Upstream::MockRetryPriorityFactory priority_factory(priority);
Registry::InjectFactory<Upstream::RetryPriorityFactory> inject_priority_factory(priority_factory);

Expand Down

0 comments on commit 55242d4

Please sign in to comment.