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