Skip to content

Commit 24edeb2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "tests: Remove 'agent' functional tests"
2 parents ce31c41 + ebaf0ea commit 24edeb2

2 files changed

Lines changed: 1 addition & 197 deletions

File tree

openstackclient/tests/functional/compute/v2/test_agent.py

Lines changed: 0 additions & 196 deletions
This file was deleted.

openstackclient/tests/unit/volume/v2/test_volume_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_capability_show(self):
6565

6666
# confirming if all expected values are present in the result.
6767
for cap in data:
68-
self.assertTrue(cap[0] in capabilities)
68+
self.assertIn(cap[0], capabilities)
6969

7070
# checking if proper call was made to get capabilities
7171
self.capability_mock.get.assert_called_with(

0 commit comments

Comments
 (0)