Skip to content
Snippets Groups Projects
Commit b117808a authored by Erik Reid's avatar Erik Reid
Browse files

fixed incorrect mocked module name

parent a9573048
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ def test_routers_list(mocker, client):
'inventory_provider.router_details.redis.StrictRedis',
MockedRedis)
mocker.patch(
'inventory_provider.data_routes.redis.StrictRedis',
'inventory_provider.routes.data.redis.StrictRedis',
MockedRedis)
rv = client.post(
"data/routers",
......
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