summaryrefslogtreecommitdiff
path: root/tests/topotests/mgmt_notif/test_notif.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/mgmt_notif/test_notif.py')
-rw-r--r--tests/topotests/mgmt_notif/test_notif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/mgmt_notif/test_notif.py b/tests/topotests/mgmt_notif/test_notif.py
index 2f923e398c..c85e7ba795 100644
--- a/tests/topotests/mgmt_notif/test_notif.py
+++ b/tests/topotests/mgmt_notif/test_notif.py
@@ -92,7 +92,7 @@ def test_backend_notification(tgen):
pytest.skip("No mgmtd_testc")
output = r1.cmd_raises(
- be_client_path + " --timeout 20 --log file:mgmt_testc.log --listen frr-ripd"
+ be_client_path + " --timeout 20 --log file:mgmt_testc.log --listen /frr-ripd"
)
jsout = json.loads(output)