Skip to content
Snippets Groups Projects
Commit 2f4aa102 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Improving the assertion of calls.

parent 7671bdea
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!210Fixing issues with the WebUI and the optical cybersecurity module
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment