@@ -49,7 +49,7 @@ def test_summary_license_ambiguity_unambiguous(self):
4949 '--classify' ,
5050 '--json-pp' , result_file , test_dir
5151 ])
52- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
52+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
5353
5454 def test_summary_license_ambiguity_ambiguous (self ):
5555 test_dir = self .get_test_loc ('summary/license_ambiguity/ambiguous' )
@@ -61,7 +61,7 @@ def test_summary_license_ambiguity_ambiguous(self):
6161 '--classify' ,
6262 '--json-pp' , result_file , test_dir
6363 ])
64- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
64+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
6565
6666 def test_summary_simple_single_file_with_origin_info (self ):
6767 test_dir = self .get_test_loc ('summary/simple/single_file' )
@@ -73,7 +73,7 @@ def test_summary_simple_single_file_with_origin_info(self):
7373 '--classify' ,
7474 '--json-pp' , result_file , test_dir
7575 ])
76- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
76+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
7777
7878 def test_summary_conflicting_license_categories (self ):
7979 test_dir = self .get_test_loc ('summary/conflicting_license_categories/codebase' )
@@ -85,7 +85,7 @@ def test_summary_conflicting_license_categories(self):
8585 '--classify' ,
8686 '--json-pp' , result_file , test_dir
8787 ])
88- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
88+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
8989
9090 def test_summary_simple_with_package_data (self ):
9191 test_dir = self .get_test_loc ('summary/simple/with_package_data' )
@@ -97,7 +97,7 @@ def test_summary_simple_with_package_data(self):
9797 '--classify' ,
9898 '--json-pp' , result_file , test_dir
9999 ])
100- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
100+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
101101
102102 def test_summary_simple_without_package_data (self ):
103103 test_dir = self .get_test_loc ('summary/simple/without_package_data' )
@@ -109,4 +109,4 @@ def test_summary_simple_without_package_data(self):
109109 '--classify' ,
110110 '--json-pp' , result_file , test_dir
111111 ])
112- check_json_scan (expected_file , result_file , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
112+ check_json_scan (expected_file , result_file , remove_instance_uuid = True , remove_file_date = True , regen = REGEN_TEST_FIXTURES )
0 commit comments