Skip to content

Commit

Permalink
upstream: fix typo (s/lb_type/lb_policy/g) in previous commit. (#4051)
Browse files Browse the repository at this point in the history
While there, change to uppercase letters to match v2 style.

*Risk Level*: n/a
*Testing*: bazel test //test/...
*Docs Changes*: n/a
*Release Notes*: n/a

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored and mattklein123 committed Aug 4, 2018
1 parent 3460595 commit a614808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/common/upstream/original_dst_cluster_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ TEST_F(OriginalDstClusterTest, UseHttpHeaderEnabled) {
std::string yaml = R"EOF(
name: "name"
connect_timeout: 1.250s
type: original_dst
lb_type: original_dst_lb
type: ORIGINAL_DST
lb_policy: ORIGINAL_DST_LB
original_dst_lb_config:
use_http_header: true
)EOF";
Expand Down Expand Up @@ -562,8 +562,8 @@ TEST_F(OriginalDstClusterTest, UseHttpHeaderDisabled) {
std::string yaml = R"EOF(
name: "name"
connect_timeout: 1.250s
type: original_dst
lb_type: original_dst_lb
type: ORIGINAL_DST
lb_policy: ORIGINAL_DST_LB
)EOF";

EXPECT_CALL(initialized_, ready());
Expand Down

0 comments on commit a614808

Please sign in to comment.