Skip to content

Commit ce011ba

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "volume: Migrate 'volume set', 'volume unset' to SDK"
2 parents 9caf6dd + 72960a5 commit ce011ba

5 files changed

Lines changed: 469 additions & 356 deletions

File tree

openstackclient/tests/functional/volume/v2/test_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_volume_set_and_unset(self):
124124
cmd_output["properties"],
125125
)
126126
self.assertEqual(
127-
'false',
127+
False,
128128
cmd_output["bootable"],
129129
)
130130
self.wait_for_status("volume", name, "available")

0 commit comments

Comments
 (0)