diff --git a/integration/api_test.go b/integration/api_test.go index 30409c907b..00b10c22d2 100644 --- a/integration/api_test.go +++ b/integration/api_test.go @@ -374,7 +374,7 @@ func TestGetContainersExport(t *testing.T) { } t.Fatal(err) } - if h.Name == "./test" { + if h.Name == "test" { found = true break }