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>
(cherry picked from commit a614808)

Signed-off-by: Matt Klein <mklein@lyft.com>
  • Loading branch information
PiotrSikora authored and mattklein123 committed Aug 4, 2018
1 parent ab59a87 commit b59205b
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 @@ -477,8 +477,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 @@ -551,8 +551,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 b59205b

Please sign in to comment.