Skip to content

Commit 09c6522

Browse files
committed
Fix syntax error in debain test
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent a3fc3f2 commit 09c6522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/tests/test_debian_oval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_get_data_from_xml_doc(self, mock_write):
9797
subpath=None)},
9898
vulnerability_id='CVE-2001-1593')
9999

100-
}
100+
]
101101

102102
xml_doc = ET.parse(os.path.join(TEST_DATA, "debian_oval_data.xml"))
103103
# Dirty quick patch to mock batch_advisories

0 commit comments

Comments
 (0)