1
0
Fork 0

Fix regression on marathon backend

Signed-off-by: emile <emile@vauge.com>
This commit is contained in:
emile 2016-02-12 14:45:36 +01:00
parent 07c077cf94
commit c6c3af8099
No known key found for this signature in database
GPG key ID: D808B4C167352E59
4 changed files with 25 additions and 14 deletions

View file

@ -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)
}