remove unused const in test/integration

This commit is contained in:
qingsenLi 2019-05-22 00:51:52 +08:00
parent 8211cabfb2
commit 7da5f2d3e6

View File

@ -43,9 +43,6 @@ import (
const (
pollInterval = 100 * time.Millisecond
pollTimeout = 60 * time.Second
fakeImageName = "fake-name"
fakeImage = "fakeimage"
)
func labelMap() map[string]string {