We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0fa39 commit 6353c5eCopy full SHA for 6353c5e
1 file changed
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 := fmt.Sprintf("%s/test-project-%s", org, sysinfo.OS().String())
180
181
// First, checkout project to set last used org.
182
cp := ts.Spawn("checkout", fmt.Sprintf("%s/Empty", org))
0 commit comments