Skip to content

Commit 1ef3a20

Browse files
authoredJun 16, 2021
Library tests components - update multicomponent test (#100)
* update multi-component test
1 parent 2932065 commit 1ef3a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/v2/libraryTest/library_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func Test_VolumeComponentEdit(t *testing.T) {
154154

155155
func Test_MultiComponent(t *testing.T) {
156156
testContent := commonUtils.TestContent{}
157-
testContent.ComponentTypes = []schema.ComponentType{schema.ContainerComponentType, schema.VolumeComponentType}
157+
testContent.ComponentTypes = []schema.ComponentType{schema.ContainerComponentType, schema.KubernetesComponentType, schema.OpenshiftComponentType, schema.VolumeComponentType}
158158
testContent.EditContent = true
159159
testContent.FileName = commonUtils.GetDevFileName()
160160
libraryUtils.RunTest(testContent, t)

0 commit comments

Comments
 (0)