mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Remove extra whitespace
This commit is contained in:
@@ -33,7 +33,7 @@ class TestHelpersMethods(unittest.TestCase):
|
||||
data = helpers.parseArtifact(input)
|
||||
self.assertEqual(data["artifactType"], "bar")
|
||||
self.assertEqual(data["value"], "foo")
|
||||
|
||||
|
||||
def test_verifyNonEmptyListValue(self):
|
||||
conf = {"file_path": ['testfile.csv']}
|
||||
path = 'file_path'
|
||||
|
||||
Reference in New Issue
Block a user