Skip to content

Commit d2429e0

Browse files
committed
Fix tests
1 parent 406c652 commit d2429e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/component_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func (s *ComponentSuite) TestBasic() {
2828
randomID := strings.ToLower(random.UniqueId())
2929

3030
secretPath := fmt.Sprintf("/argocd/%s/github/api_key", randomID)
31+
repoName := fmt.Sprintf("argocd-github-repo-%s", randomID)
3132

3233
defer func() {
3334
awsTerratest.DeleteParameter(s.T(), awsRegion, secretPath)
@@ -36,6 +37,7 @@ func (s *ComponentSuite) TestBasic() {
3637

3738
inputs := map[string]interface{}{
3839
"ssm_github_api_key": secretPath,
40+
"name": repoName,
3941
}
4042

4143
defer s.DestroyAtmosComponent(s.T(), component, stack, &inputs)

0 commit comments

Comments
 (0)