We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebdbc9 commit 6805875Copy full SHA for 6805875
1 file changed
internal/commands/scan_test.go
@@ -4470,7 +4470,7 @@ func Test_CreateScanWithExistingProjectAndAssign_FailedApplication_DoesNot_Exist
4470
4471
func Test_CreateScanWithExistingProjectAssign_to_Application_FF_DirectAssociationEnabledShouldPass(t *testing.T) {
4472
file := createOutputFile(t, outputFileName)
4473
- //defer deleteOutputFile(file)
+ defer deleteOutputFile(file)
4474
defer logger.SetOutput(os.Stdout)
4475
4476
mock.Flag = wrappers.FeatureFlagResponseModel{Name: wrappers.DirectAssociationEnabled, Status: true}
0 commit comments