Skip to content

Commit

Permalink
Merge pull request #25 from hashmap-kz/ci/stdin-test
Browse files Browse the repository at this point in the history
ci/stdin-test
  • Loading branch information
hashmap-kz authored Jan 8, 2025
2 parents 6d8bea6 + 1ac1181 commit 6bf1225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/apply_stdin_large_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestEnvsubstIntegration_SubstApplyFromStdinWithLargeContent(t *testing.T) {

// Prepare input manifest
sb := strings.Builder{}
for i := 0; i < 100; i++ {
for i := 0; i < 500; i++ {
sb.WriteString(fmt.Sprintf(resourceTemplateForStdin, i))
}
manifest := sb.String()
Expand All @@ -67,8 +67,8 @@ func TestEnvsubstIntegration_SubstApplyFromStdinWithLargeContent(t *testing.T) {

expectResources := []string{
"configmap/cm-000",
"configmap/cm-050",
"configmap/cm-089",
"configmap/cm-250",
"configmap/cm-410",
}

for _, er := range expectResources {
Expand Down

0 comments on commit 6bf1225

Please sign in to comment.