Skip to content
Snippets Groups Projects
Commit ee6a6206 authored by sousaedu's avatar sousaedu
Browse files

Fix 1475 - Incorrect description in instantiating error


Change-Id: I099c07f8a66400fa4d3130d6234dd17867ad387f
Signed-off-by: default avatarsousaedu <eduardo.sousa@canonical.com>
parent cdfaf022
No related branches found
No related tags found
No related merge requests found
Pipeline #710 passed with stage
in 6 minutes and 16 seconds
......@@ -596,7 +596,7 @@ class VimInteractionImage(VimInteractionBase):
)
elif len(vim_images) > 1:
raise NsWorkerException(
"More than one network found with this criteria: '{}'".format(
"More than one image found with this criteria: '{}'".format(
task["find_params"]
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment