Fix incorrect number of arguments in discovery_test.py
This commit is contained in:
@@ -83,7 +83,6 @@ def main():
|
|||||||
|
|
||||||
openstack = discovery.discover(
|
openstack = discovery.discover(
|
||||||
['172.18.65.179'],
|
['172.18.65.179'],
|
||||||
'root',
|
|
||||||
private_key=private_key)
|
private_key=private_key)
|
||||||
|
|
||||||
all_inspections = Inspection.all_inspections()
|
all_inspections = Inspection.all_inspections()
|
||||||
|
Reference in New Issue
Block a user