Use proper module name for mock_modules
This commit is contained in:
parent
8b299233cc
commit
ba711a745c
@ -31,7 +31,7 @@ MOCK_MODULES = [
|
|||||||
"notmuch",
|
"notmuch",
|
||||||
"requests",
|
"requests",
|
||||||
"bs4",
|
"bs4",
|
||||||
"python-novaclient"
|
"novaclient.v2"
|
||||||
]
|
]
|
||||||
|
|
||||||
for mod_name in MOCK_MODULES:
|
for mod_name in MOCK_MODULES:
|
||||||
|
Loading…
Reference in New Issue
Block a user