From 2743304f6d61780163a000b511857911b8b2200f Mon Sep 17 00:00:00 2001 From: guo yunxian Date: Fri, 29 Jul 2016 13:14:39 +0800 Subject: [PATCH] Modify a spelling mistake Fixed a small spelling error Change-Id: Ic201111640a55661e1b312ece7d797ff82eafe49 --- tempest/api/image/v2/test_images_negative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/api/image/v2/test_images_negative.py b/tempest/api/image/v2/test_images_negative.py index 14de8fd361..f60fb0cb88 100644 --- a/tempest/api/image/v2/test_images_negative.py +++ b/tempest/api/image/v2/test_images_negative.py @@ -29,7 +29,7 @@ class ImagesNegativeTest(base.BaseV2ImageTest): ** get image with image_id=NULL ** get the deleted image ** delete non-existent image - ** delete rimage with image_id=NULL + ** delete image with image_id=NULL ** delete the deleted image """