remove redundant get_vms() and add testing documentation from pull

request
This commit is contained in:
2021-07-27 12:02:48 -05:00
committed by 3wc
parent 2b33573890
commit 5e682cc705
3 changed files with 35 additions and 2 deletions

View File

@ -407,7 +407,7 @@ def account_balance():
vms_billed = list()
for vm in get_vms():
for vm in vms:
vm_months = get_vm_months_float(vm, datetime.utcnow())
vms_billed.append(dict(
id=vm["id"],