File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,6 @@ func TestRunGetResultsGeneratingPdfReportWithInvalidEmail(t *testing.T) {
653
653
654
654
func TestRunGetResultsGeneratingPdfReportWithInvalidOptions (t * testing.T ) {
655
655
clearFlags ()
656
- mock .Flag = wrappers.FeatureFlagResponseModel {Name : wrappers .NewScanReportEnabled , Status : false }
657
656
err := execCmdNotNilAssertion (t ,
658
657
"results" , "show" ,
659
658
"--report-format" , "pdf" ,
@@ -664,7 +663,6 @@ func TestRunGetResultsGeneratingPdfReportWithInvalidOptions(t *testing.T) {
664
663
665
664
func TestRunGetResultsGeneratingPdfReportWithInvalidImprovedOptions (t * testing.T ) {
666
665
clearFlags ()
667
- mock .Flag = wrappers.FeatureFlagResponseModel {Name : wrappers .NewScanReportEnabled , Status : false }
668
666
err := execCmdNotNilAssertion (t ,
669
667
"results" , "show" ,
670
668
"--report-format" , "pdf" ,
@@ -675,7 +673,6 @@ func TestRunGetResultsGeneratingPdfReportWithInvalidImprovedOptions(t *testing.T
675
673
676
674
func TestRunGetResultsGeneratingPdfReportWithEmailAndOptions (t * testing.T ) {
677
675
clearFlags ()
678
- mock .Flag = wrappers.FeatureFlagResponseModel {Name : wrappers .NewScanReportEnabled , Status : false }
679
676
cmd := createASTTestCommand ()
680
677
err := executeTestCommand (cmd ,
681
678
"results" , "show" ,
You can’t perform that action at this time.
0 commit comments