Commit 2e97aa76 authored by Łukasz Nowak's avatar Łukasz Nowak

kvm: Fix indentation in test

Fixes 75af5cd3
parent 3e8439b3
......@@ -223,7 +223,7 @@ class MonitorAccessMixin(object):
}
return db.execute(
"SELECT reference, xml, connection_xml, partition_reference,"
" software_release, requested_state, software_type"
" software_release, requested_state, software_type"
" FROM partition%s"
" WHERE slap_state='busy'" % DB_VERSION).fetchall()
finally:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment