Skip to content

Commit e7a0346

Browse files
committed
Revert "Backport fix ups for Zed"
This partially reverts commit 1ae4324.
1 parent f721de4 commit e7a0346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

glance/tests/unit/v2/test_tasks_resource.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ def test_create_with_wrong_import_form(self):
415415
"non-local source of image data.")
416416
else:
417417
supported = ['http', ]
418-
msg = ("The given URI is not valid. Please specify a "
419-
"valid URI from the following list of supported URI "
418+
msg = ("The given uri is not valid. Please specify a "
419+
"valid uri from the following list of supported uri "
420420
"%(supported)s") % {'supported': supported}
421421
self.assertEqual(msg, final_task.message)
422422

0 commit comments

Comments
 (0)