From ab00e8c6bfa542db12e4cb1e51d6ba7e44535ada Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 11 Jun 2025 10:14:30 +0200
Subject: [PATCH] fix test_replace_unicode_in_lso_call_success

---
 test/services/test_lso_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/services/test_lso_client.py b/test/services/test_lso_client.py
index 78af95fc2..7fa33323e 100644
--- a/test/services/test_lso_client.py
+++ b/test/services/test_lso_client.py
@@ -27,4 +27,4 @@ def test_replace_unicode_in_lso_call_success(mock_post, faker):
     execute_playbook = _execute_playbook.__wrapped__
     execute_playbook("playbook.yaml", "/api/callback_route", {}, extra_vars, mocked_uuid)
 
-    mock_post.assert_called_once_with("https://localhost:44444/api/playbook", json=expected_parameters, timeout=10)
+    mock_post.assert_called_once_with("https://localhost:44444/api/playbook/", json=expected_parameters, timeout=10)
-- 
GitLab