github.com/openshift/installer@v1.4.17/pkg/explain/schema_test.go (about)

     1  package explain
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func Test_loadSchema(t *testing.T) {
    10  	_, err := loadSchema(loadCRD(t))
    11  	assert.NoError(t, err)
    12  }