We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721de4 commit e7a0346Copy full SHA for e7a0346
glance/tests/unit/v2/test_tasks_resource.py
@@ -415,8 +415,8 @@ def test_create_with_wrong_import_form(self):
415
"non-local source of image data.")
416
else:
417
supported = ['http', ]
418
- msg = ("The given URI is not valid. Please specify a "
419
- "valid URI from the following list of supported URI "
+ msg = ("The given uri is not valid. Please specify a "
+ "valid uri from the following list of supported uri "
420
"%(supported)s") % {'supported': supported}
421
self.assertEqual(msg, final_task.message)
422
0 commit comments