Skip to content

Commit

Permalink
no need to empty these values
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Mar 12, 2024
1 parent cbeee3a commit 6e97566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/testutil/acc/atlas.go
Expand Up @@ -25,8 +25,6 @@ func TestMainExecution(m *testing.M) {
if !InUnitTest() && atlasInfo.needsDeletion {
fmt.Printf("Deleting execution project: %s, resource: %s\n", atlasInfo.projectName, atlasInfo.resourceName)
deleteProject(atlasInfo.projectID)
atlasInfo.projectID = ""
atlasInfo.projectName = ""
}

os.Exit(exitCode)
Expand Down

0 comments on commit 6e97566

Please sign in to comment.