diff --git a/watcher/tests/common/test_clients.py b/watcher/tests/common/test_clients.py index 36bdc366f..e0ce35af1 100755 --- a/watcher/tests/common/test_clients.py +++ b/watcher/tests/common/test_clients.py @@ -403,7 +403,7 @@ class TestClients(base.TestCase): osc.ironic() mock_call.assert_called_once_with( CONF.ironic_client.api_version, - ironic_url, + endpoint_override=ironic_url, max_retries=None, os_ironic_api_version=None, retry_interval=None,