Skip to content

Commit 6353c5e

Browse files
committed
Try including the org name to see what happens
1 parent cb0fa39 commit 6353c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 := fmt.Sprintf("%s/test-project-%s", org, sysinfo.OS().String())
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)