From 08fd0927f7a7b8ef643d7a8453f5882cfbbcb823 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Wed, 23 Mar 2016 09:36:35 +0100 Subject: [PATCH] Fix typo 'mappgins' to 'mappings' Change-Id: I858c73f03783790ee54ead20d9c2f0a9ba87adc4 --- nova/tests/unit/compute/test_compute_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/tests/unit/compute/test_compute_api.py b/nova/tests/unit/compute/test_compute_api.py index 328ea0b90b..4d98d6bd66 100644 --- a/nova/tests/unit/compute/test_compute_api.py +++ b/nova/tests/unit/compute/test_compute_api.py @@ -2339,7 +2339,7 @@ class _ComputeAPIUnitTestMixIn(object): quiesced = [False, False] - # Check that the mappgins from the image properties are not included + # Check that the mappings from the image properties are not included self.compute_api.snapshot_volume_backed( self.context, instance, 'test-snapshot')