diff --git a/manila/tests/share/test_api.py b/manila/tests/share/test_api.py index cb5d844a73..28fb1dd5e4 100644 --- a/manila/tests/share/test_api.py +++ b/manila/tests/share/test_api.py @@ -2591,7 +2591,7 @@ class ShareAPITestCase(test.TestCase): self.context, share.instance['id'], {'status': constants.STATUS_MIGRATING}) - def test_migration_start_destination_az_upsupported(self): + def test_migration_start_destination_az_unsupported(self): host = 'fake2@backend#pool' host_without_pool = host.split('#')[0] service = {'availability_zone_id': 'fake_az_id',