aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/295
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/295')
-rwxr-xr-xtests/qemu-iotests/2952
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/295 b/tests/qemu-iotests/295
index 01a6c0b..270ad39 100755
--- a/tests/qemu-iotests/295
+++ b/tests/qemu-iotests/295
@@ -43,7 +43,7 @@ class Secret:
def to_qmp_object(self):
return { "qom_type" : "secret", "id": self.id(),
- "props": { "data": self.secret() } }
+ "data": self.secret() }
################################################################################
class EncryptionSetupTestCase(iotests.QMPTestCase):