Add a reporter to the system verification check
This commit is contained in:
@@ -24,7 +24,9 @@ import (
|
||||
)
|
||||
|
||||
func TestValidateDockerInfo(t *testing.T) {
|
||||
v := &DockerValidator{}
|
||||
v := &DockerValidator{
|
||||
Reporter: DefaultReporter,
|
||||
}
|
||||
spec := &DockerSpec{
|
||||
Version: []string{`1\.(9|\d{2,})\..*`},
|
||||
GraphDriver: []string{"driver_1", "driver_2"},
|
||||
|
Reference in New Issue
Block a user