From 5e2e37d88f01c0e44da29102f7d767d8629eed47 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sun, 8 Dec 2019 07:21:58 +0100 Subject: [PATCH] Move to local TCP instead of IPC. --- tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.py b/tests.py index 424679f..4991920 100644 --- a/tests.py +++ b/tests.py @@ -187,6 +187,7 @@ class TestMethods(unittest.TestCase): except KeyError: result[flow.application_name] = flow.total_bytes self.assertEqual(result, ground_truth_ndpi[test_case_name]) + del streamer_test print('PASS.') def test_expiration_management(self):