Skip to content

Commit 04d99b7

Browse files
fix the last test ran 100 of them locally with this change
1 parent 6a5574a commit 04d99b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/system_resource_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ func TestAccSystemResource(t *testing.T) {
226226

227227
func TestAccSystemResourceErrorHandling(t *testing.T) {
228228
// Create simple values that are guaranteed to be slug-safe
229-
randomName := "testsys" + strings.ToLower(acctest.RandString(5))
230-
randomSlug := "testslug" + strings.ToLower(acctest.RandString(5))
229+
randomName := "testsys" + strings.ToLower(acctest.RandString(8))
230+
randomSlug := "testslug" + strings.ToLower(acctest.RandString(8))
231231

232232
t.Logf("Generated randomName: %s, randomSlug: %s", randomName, randomSlug)
233233

0 commit comments

Comments
 (0)