This fix removes an erroneous underscore found within the function named

test_snapshot_delete within test_snapshot.py found in both volume v1 and
v2 of python-openstackclient.

Story: 2004977
Change-Id: Iae29ba7992dcf8596f4fb4333d8bcf1889ecd7e6
This commit is contained in:
Jeremy Houser 2019-02-11 11:21:36 -06:00 committed by Jeremy Houser
parent dcff1012fd
commit 811b001234
2 changed files with 2 additions and 2 deletions
openstackclient/tests/functional/volume

@ -42,7 +42,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
finally:
super(VolumeSnapshotTests, cls).tearDownClass()
def test_volume_snapshot__delete(self):
def test_volume_snapshot_delete(self):
"""Test create, delete multiple"""
name1 = uuid.uuid4().hex
cmd_output = json.loads(self.openstack(

@ -43,7 +43,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
finally:
super(VolumeSnapshotTests, cls).tearDownClass()
def test_volume_snapshot__delete(self):
def test_volume_snapshot_delete(self):
"""Test create, delete multiple"""
name1 = uuid.uuid4().hex
cmd_output = json.loads(self.openstack(