fix ui
This commit is contained in:
@@ -14,3 +14,4 @@ class BaselineTests(unittest.TestCase):
|
||||
store.ingest([parse_log_line(f"srcip=10.0.0.1 dstport={1000 + index} hitcount=2 sentbyte=5")], observed_at=1_700_000_000 + index * 300)
|
||||
profiles = store.profiles({"10.0.0.1"})
|
||||
self.assertEqual(profiles["10.0.0.1"]["samples"], 12)
|
||||
self.assertIn("1000", profiles["10.0.0.1"]["known_destination_ports"])
|
||||
|
||||
Reference in New Issue
Block a user