Fix regression on marathon backend
Signed-off-by: emile <emile@vauge.com>
This commit is contained in:
parent
07c077cf94
commit
c6c3af8099
4 changed files with 25 additions and 14 deletions
|
@ -851,7 +851,7 @@ func TestMarathonGetBackend(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, a := range applications {
|
||||
actual := provider.getBackend(a.application)
|
||||
actual := provider.getFrontendBackend(a.application)
|
||||
if actual != a.expected {
|
||||
t.Fatalf("expected %q, got %q", a.expected, actual)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue