(t *testing.T)
| 59 | } |
| 60 | |
| 61 | func Test_ContainerComponent(t *testing.T) { |
| 62 | testContent := commonUtils.TestContent{} |
| 63 | testContent.ComponentTypes = []schema.ComponentType{schema.ContainerComponentType} |
| 64 | testContent.EditContent = false |
| 65 | testContent.FileName = commonUtils.GetDevFileName() |
| 66 | apiUtils.RunTest(testContent, t) |
| 67 | } |
| 68 | |
| 69 | func Test_KubernetesComponent(t *testing.T) { |
| 70 | testContent := commonUtils.TestContent{} |