@@ -46,19 +46,19 @@ def test_consolidate_component_package_from_json_can_run_twice(self):
4646
4747 result_file = self .get_temp_file ('json' )
4848 run_scan_click (['--from-json' , scan_file , '--consolidate' , '--json' , result_file ])
49- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
49+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
5050
5151 # rerun with result_file from last run
5252 result_file2 = self .get_temp_file ('json' )
5353 run_scan_click (['--from-json' , result_file , '--consolidate' , '--json' , result_file2 ])
54- check_json_scan (expected_file , result_file2 , regen = False , remove_file_date = True , ignore_headers = True )
54+ check_json_scan (expected_file , result_file2 , regen = False , remove_file_date = True )
5555
5656 def test_consolidate_component_package_from_live_scan (self ):
5757 scan_loc = self .get_test_loc ('plugin_consolidate/component-package' )
5858 result_file = self .get_temp_file ('json' )
5959 expected_file = self .get_test_loc ('plugin_consolidate/component-package-expected.json' )
6060 run_scan_click (['-clip' , scan_loc , '--consolidate' , '--json' , result_file ])
61- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
61+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
6262
6363 def test_consolidate_package_always_include_own_manifest_file (self ):
6464 scan_loc = self .get_test_loc ('plugin_consolidate/package-manifest' )
@@ -83,7 +83,7 @@ def test_consolidate_multiple_same_holder_and_license(self):
8383 result_file = self .get_temp_file ('json' )
8484 expected_file = self .get_test_loc ('plugin_consolidate/multiple-same-holder-and-license-expected.json' )
8585 run_scan_click (['-clip' , scan_loc , '--consolidate' , '--json' , result_file ])
86- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
86+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
8787
8888 def test_consolidate_origin_summary_license_holder_rollup (self ):
8989 scan_loc = self .get_test_loc ('plugin_consolidate/license-holder-rollup' )
@@ -108,25 +108,25 @@ def test_consolidate_component_package_build_from_live_scan(self):
108108 result_file = self .get_temp_file ('json' )
109109 expected_file = self .get_test_loc ('plugin_consolidate/component-package-build-expected.json' )
110110 run_scan_click (['-clip' , scan_loc , '--consolidate' , '--json' , result_file ])
111- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
111+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
112112
113113 def test_consolidate_report_minority_origin_directory (self ):
114114 scan_loc = self .get_test_loc ('plugin_consolidate/report-subdirectory-with-minority-origin' )
115115 result_file = self .get_temp_file ('json' )
116116 expected_file = self .get_test_loc ('plugin_consolidate/report-subdirectory-with-minority-origin-expected.json' )
117117 run_scan_click (['-clip' , scan_loc , '--consolidate' , '--json' , result_file ])
118- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
118+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
119119
120120 def test_consolidate_zlib (self ):
121121 scan_loc = self .get_test_loc ('plugin_consolidate/zlib.json' )
122122 result_file = self .get_temp_file ('json' )
123123 expected_file = self .get_test_loc ('plugin_consolidate/zlib-expected.json' )
124124 run_scan_click (['--from-json' , scan_loc , '--consolidate' , '--json' , result_file ])
125- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
125+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
126126
127127 def test_consolidate_e2fsprogs (self ):
128128 scan_loc = self .get_test_loc ('plugin_consolidate/e2fsprogs.json' )
129129 result_file = self .get_temp_file ('json' )
130130 expected_file = self .get_test_loc ('plugin_consolidate/e2fsprogs-expected.json' )
131131 run_scan_click (['--from-json' , scan_loc , '--consolidate' , '--json' , result_file ])
132- check_json_scan (expected_file , result_file , regen = False , remove_file_date = True , ignore_headers = True )
132+ check_json_scan (expected_file , result_file , regen = False , remove_file_date = True )
0 commit comments