Skip to content

Commit 4946733

Browse files
committed
Try UUID for temporary init project test.
1 parent 8127b02 commit 4946733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/init_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (suite *InitIntegrationTestSuite) TestInit_InferredOrg() {
176176
ts.IgnoreLogErrors()
177177

178178
org := "ActiveState-CLI"
179-
projectName := fmt.Sprintf("test-project-%s", sysinfo.OS().String())
179+
projectName := strutils.UUID()
180180

181181
// First, checkout project to set last used org.
182182
cp := ts.Spawn("checkout", fmt.Sprintf("%s/Empty", org))

0 commit comments

Comments
 (0)