fmt
This commit is contained in:
parent
cc0fdf15ef
commit
361dc94002
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue