Skip to content

Commit

Permalink
Revert "refactor: rename lb_algo to loadbalancing (#7)"
Browse files Browse the repository at this point in the history
This reverts commit 91c6247.
  • Loading branch information
ameowlia committed Jan 14, 2025
1 parent 91c6247 commit a851440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfroutes/routing_info_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var _ = Describe("RoutingInfoHelpers", func() {
route4 = cfroutes.CFRoute{
Hostnames: []string{"foo4.example.com", "bar4.examaple.com"},
Port: 44444,
Options: json.RawMessage(`{"loadbalancing":"least-connection"}`),
Options: json.RawMessage(`{"lb_algo":"least-connection"}`),
}

routes = cfroutes.CFRoutes{route1, route2, route3, route4}
Expand Down

0 comments on commit a851440

Please sign in to comment.