Skip to content
Snippets Groups Projects
Commit ab00e8c6 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix test_replace_unicode_in_lso_call_success

parent 1ac68a56
No related branches found
No related tags found
1 merge request!429Feature/mass base config redeploy
Pipeline #94774 canceled
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment