Skip to content

Commit 58136dd

Browse files
committed
Added tests
1 parent 7a45fab commit 58136dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/component_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ func (s *ComponentSuite) TestBasic() {
3636
"kubernetes_namespace": controllerNamespace,
3737
}
3838

39-
defer s.DestroyAtmosComponent(s.T(), component, stack, nil)
40-
options, _ := s.DeployAtmosComponent(s.T(), component, stack, nil)
39+
defer s.DestroyAtmosComponent(s.T(), component, stack, &input)
40+
options, _ := s.DeployAtmosComponent(s.T(), component, stack, &input)
4141
assert.NotNil(s.T(), options)
4242

4343
type Metadata struct {

0 commit comments

Comments
 (0)