UI-spåret med bättre correlation/evidence.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user