UI-spåret med bättre correlation/evidence.

This commit is contained in:
larssand
2026-07-02 19:53:24 +02:00
parent 7568767946
commit 19c3dd7e54
2 changed files with 60 additions and 5 deletions

View File

@@ -44,6 +44,11 @@ class DashboardTests(unittest.TestCase):
self.assertIn("function graylogEvidenceLink", HTML)
self.assertIn("/search?rangetype=relative", HTML)
def test_dashboard_has_correlation_explorer(self):
self.assertIn("correlationExplorer", HTML)
self.assertIn("function renderCorrelationExplorer", HTML)
self.assertIn("correlationHitboxes", HTML)
if __name__ == "__main__":
unittest.main()