diff --git a/test/test_input_engine.py b/test/test_input_engine.py index c553dea6f1..a2bc61905e 100644 --- a/test/test_input_engine.py +++ b/test/test_input_engine.py @@ -27,11 +27,11 @@ class TestInputEngine: PARSED_TRIAGE_DATA = { ProductInfo("haxx", "curl", "7.59.0"): { "default": {"comments": "", "remarks": Remarks.NewFound, "severity": ""}, - "paths": {""}, + "paths": {}, }, ProductInfo("haxx", "libcurl", "7.59.0"): { "default": {"comments": "", "remarks": Remarks.Unexplored, "severity": ""}, - "paths": {""}, + "paths": {}, }, ProductInfo("libjpeg-turbo", "libjpeg-turbo", "2.0.1"): { "CVE-2018-19664": { @@ -44,19 +44,19 @@ class TestInputEngine: "remarks": Remarks.Unexplored, "severity": "HIGH", }, - "paths": {""}, + "paths": {}, }, ProductInfo("mit", "kerberos_5", "1.15.1"): { "default": {"comments": "", "remarks": Remarks.Confirmed, "severity": ""}, - "paths": {""}, + "paths": {}, }, ProductInfo("ssh", "ssh2", "2.0"): { "default": {"comments": "", "remarks": Remarks.Mitigated, "severity": ""}, - "paths": {""}, + "paths": {}, }, ProductInfo("sun", "sunos", "5.4"): { "default": {"comments": "", "remarks": Remarks.Mitigated, "severity": ""}, - "paths": {""}, + "paths": {}, }, } VEX_TRIAGE_DATA = {