core/dockerutil/options_test.go
Function TestValidateOptions
has 73 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestValidateOptions(t *testing.T) {
ctx := context.Background()
resource := &dockertest.Resource{
Container: &docker.Container{
ID: "test-container-id",