This commit is contained in:
tuier 2016-09-21 00:41:34 +01:00
parent cc0fdf15ef
commit 361dc94002

View file

@ -736,10 +736,10 @@ func TestMarathonTaskConstraints(t *testing.T) {
}{ }{
{ {
applications: []marathon.Application{ applications: []marathon.Application{
marathon.Application{ {
ID: "bar1", ID: "bar1",
Labels: &map[string]string{}, Labels: &map[string]string{},
}, marathon.Application{ }, {
ID: "foo1", ID: "foo1",
Labels: &map[string]string{ Labels: &map[string]string{
"traefik.tags": "other", "traefik.tags": "other",
@ -754,7 +754,7 @@ func TestMarathonTaskConstraints(t *testing.T) {
}, },
{ {
applications: []marathon.Application{ applications: []marathon.Application{
marathon.Application{ {
ID: "foo2", ID: "foo2",
Labels: &map[string]string{ Labels: &map[string]string{
"traefik.tags": "valid", "traefik.tags": "valid",