summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic_python_agent/tests/errors.py')
-rw-r--r--ironic_python_agent/tests/errors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ironic_python_agent/tests/errors.py b/ironic_python_agent/tests/errors.py
index b36cad86..b49ee67d 100644
--- a/ironic_python_agent/tests/errors.py
+++ b/ironic_python_agent/tests/errors.py
@@ -93,7 +93,8 @@ class TestErrors(test_base.BaseTestCase):
(errors.LookupNodeError(DETAILS), SAME_DETAILS),
(errors.LookupAgentIPError(DETAILS), SAME_DETAILS),
(errors.LookupAgentInterfaceError(DETAILS), SAME_DETAILS),
- (errors.ImageDownloadError('image_id'), DIFF_CL_DETAILS),
+ (errors.ImageDownloadError('image_id', DETAILS),
+ DIFF_CL_DETAILS),
(errors.ImageChecksumError('image_id'), DIFF_CL_DETAILS),
(errors.ImageWriteError('device', 'exit_code', 'stdout',
'stderr'),