volume_id=volume_id,
)))
# Check the list of authorized IDs for the volume.
- expected_result = None
- self.assertEqual(str(expected_result), auths)
+ self.assertEqual('None', auths)
# Allow two auth IDs access to the volume.
auths = self._volume_client_python(volumeclient_mount, dedent("""
guest_entity_2=guest_entity_2,
)))
# Check the list of authorized IDs for the volume.
- expected_result = None
- self.assertItemsEqual(str(expected_result), auths)
+ self.assertEqual('None', auths)
def test_multitenant_volumes(self):
"""