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{
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue