Skip to content

Commit 2960038

Browse files
refactor the test code
1 parent dee5fc6 commit 2960038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/project_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ func TestCreateProjectWithSSHKey(t *testing.T) {
370370
func TestProjectShow_MainBranch_Exist(t *testing.T) {
371371

372372
projectID, projectName := createProject(t, Tags, Groups)
373+
defer deleteProject(t, projectID)
373374

374375
args := []string{
375376
"scan", "create",

0 commit comments

Comments
 (0)