Skip to content

Commit 3ed8e7f

Browse files
committed
Do not check headers in RPM tests
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 455c1ac commit 3ed8e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/packagedcode/test_rpm_installed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ def test_scan_system_package_end_to_end_installed_rpms_fedora_bdb(self):
136136
expected_file= os.path.join(expected_file, 'bdb-fedora-rootfs.tar.xz-expected.json')
137137
result_file = self.get_temp_file('results.json')
138138
run_scan_click(['--system-package', test_dir, '--json-pp', result_file])
139-
check_json_scan(expected_file, result_file, regen=REGEN_TEST_FIXTURES, check_headers=True)
139+
check_json_scan(expected_file, result_file, regen=REGEN_TEST_FIXTURES)

0 commit comments

Comments
 (0)