Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zalando/skipper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5a062c18012ea825d6d5bc30d3dc6388144f0b85
Choose a base ref
..
head repository: zalando/skipper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b15a1b39c263f570fa07d32153ef1a72f1e292fb
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 eskip/eq_test.go
4 changes: 2 additions & 2 deletions eskip/eq_test.go
Original file line number Diff line number Diff line change
@@ -99,8 +99,8 @@ func TestEq(t *testing.T) {
}, {
title: "non-eq lb endpoint count",
routes: []*Route{
{BackendType: LBBackend, LBEndpoints: []*LBEndpoint{nil, nil}},
{BackendType: LBBackend, LBEndpoints: []*LBEndpoint{nil}},
{BackendType: LBBackend, LBEndpoints: []*LBEndpoint{{Address: "https://one.example.org"}, {Address: "https://one.example.org"}}},
{BackendType: LBBackend, LBEndpoints: []*LBEndpoint{{Address: "https://one.example.org"}}},
},
}, {
title: "non-eq lb endpoints",