mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-16 19:44:19 +00:00
Fix corrupted path.
This commit is contained in:
parent
bb9ceb4c14
commit
198c4fbb0a
1 changed files with 1 additions and 1 deletions
2
tests.py
2
tests.py
|
|
@ -196,7 +196,7 @@ class TestMethods(unittest.TestCase):
|
|||
str(export.classifiers['ndpi']['master_id']) + '.' + str(export.classifiers['ndpi']['app_id'])
|
||||
))
|
||||
exports = sorted(exports)
|
||||
exports_ground_truth = flows_from_file("/home/sah0312/PycharmProjects/nfstream/tests/out/facebook.pcap.out")
|
||||
exports_ground_truth = flows_from_file("tests/out/facebook.pcap.out")
|
||||
del streamer_test
|
||||
self.assertEqual(exports, exports_ground_truth)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue