Skip to content
Snippets Groups Projects

Fixing issues with the WebUI and the optical cybersecurity module

Merged Carlos Natalino Da Silva requested to merge fix/webui into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -73,6 +73,6 @@ def test_detect_attack(
request.service_id.service_uuid.uuid = str(uuid.uuid4())
request.kpi_id.kpi_id.uuid = "1"
optical_attack_detector_client.DetectAttack(request)
dbscanserving.assert_called_once()
dbscanserving.assert_called()
monitoring.assert_called_once()
mitigator.NotifyAttack.assert_called()
Loading