Skip to content

Commit efe6d3d

Browse files
committed
correct test comment
1 parent 7d9f574 commit efe6d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/tests/managers/image_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_edit_full(self):
132132
args=({'name': 'abc', 'note': 'xyz'},))
133133

134134
def test_import_image(self):
135-
# Test updating tags
135+
# Test import image
136136
self.image.import_image_from_uri({'name': 'test_image',
137137
'note': 'testimage',
138138
'uri': 'invaliduri'})

0 commit comments

Comments
 (0)