1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-23 17:34:13 +03:00
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{
marathon.Application{
{
ID: "bar1",
Labels: &map[string]string{},
}, marathon.Application{
}, {
ID: "foo1",
Labels: &map[string]string{
"traefik.tags": "other",
@ -754,7 +754,7 @@ func TestMarathonTaskConstraints(t *testing.T) {
},
{
applications: []marathon.Application{
marathon.Application{
{
ID: "foo2",
Labels: &map[string]string{
"traefik.tags": "valid",