refactor: move Marathon client mock.
refactor: remove old Marathon mock. refactor: generate new Marathon mock. mockery -recursive -dir=vendor/github.com/gambol99/ -name=Marathon -output=provider/marathon/mocks
This commit is contained in:
parent
ad54c5a278
commit
9c27a98821
2 changed files with 699 additions and 599 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/containous/traefik/mocks"
|
||||
"github.com/containous/traefik/provider/marathon/mocks"
|
||||
"github.com/containous/traefik/testhelpers"
|
||||
"github.com/containous/traefik/types"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue