Skip to content

Commit

Permalink
Revert "Backport fix ups for Zed"
Browse files Browse the repository at this point in the history
This partially reverts commit 1ae4324.
  • Loading branch information
priteau committed Dec 13, 2024
1 parent f721de4 commit e7a0346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glance/tests/unit/v2/test_tasks_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ def test_create_with_wrong_import_form(self):
"non-local source of image data.")
else:
supported = ['http', ]
msg = ("The given URI is not valid. Please specify a "
"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 "
"%(supported)s") % {'supported': supported}
self.assertEqual(msg, final_task.message)

Expand Down

0 comments on commit e7a0346

Please sign in to comment.