summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi')
-rw-r--r--tests/functional/heketi/test_block_volumes_heketi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/heketi/test_block_volumes_heketi.py b/tests/functional/heketi/test_block_volumes_heketi.py
index 4cdb9145..19b97900 100644
--- a/tests/functional/heketi/test_block_volumes_heketi.py
+++ b/tests/functional/heketi/test_block_volumes_heketi.py
@@ -376,7 +376,7 @@ class TestBlockVolumeOps(BaseClass):
bv = heketi_volume_create(
h_node, h_server, free_size, json=True)
self.addCleanup(
- heketi_blockvolume_delete, h_node, h_server, bv["id"])
+ heketi_volume_delete, h_node, h_server, bv["id"])
# Create BV
bv = heketi_blockvolume_create(h_node, h_server, 2, json=True)