diff --git a/tests/commands/test_analyze.py b/tests/commands/test_analyze.py index d4a6456..66a0b84 100644 --- a/tests/commands/test_analyze.py +++ b/tests/commands/test_analyze.py @@ -11,9 +11,9 @@ def test_analyze(scan_object): r = talos.Reporting(scan_object) # read from file - list_of_files = glob.glob('./test_latest/' + '/*.csv') + #list_of_files = glob.glob('./test_latest/' + '/*.csv') - r = talos.Reporting(list_of_files[-1]) + #r = talos.Reporting(list_of_files[-1]) # and then from scan object r = talos.Analyze(scan_object)