Skip to content

Commit

Permalink
pdf report bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Dec 17, 2020
1 parent d541c05 commit 5dfcc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/common_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def create_test_firmware(device_class='Router', device_name='test_router', vendo
processed_analysis = {
'dummy': {'summary': ['sum a', 'fw exclusive sum a'], 'content': 'abcd'},
'unpacker': {'plugin_used': 'used_unpack_plugin'},
'file_type': {'mime': 'test_type', 'full': 'Not a PE file'}
'file_type': {'mime': 'test_type', 'full': 'Not a PE file', 'summary': ['a summary']}
}

fw.processed_analysis.update(processed_analysis)
Expand Down

0 comments on commit 5dfcc43

Please sign in to comment.