We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127b02 commit 4946733Copy full SHA for 4946733
test/integration/init_int_test.go
@@ -176,7 +176,7 @@ func (suite *InitIntegrationTestSuite) TestInit_InferredOrg() {
176
ts.IgnoreLogErrors()
177
178
org := "ActiveState-CLI"
179
- projectName := fmt.Sprintf("test-project-%s", sysinfo.OS().String())
+ projectName := strutils.UUID()
180
181
// First, checkout project to set last used org.
182
cp := ts.Spawn("checkout", fmt.Sprintf("%s/Empty", org))
0 commit comments