summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/software/test/test_installed_software_identity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_installed_software_identity.py b/src/software/test/test_installed_software_identity.py
index 07189f0..bf8fe2c 100755
--- a/src/software/test/test_installed_software_identity.py
+++ b/src/software/test/test_installed_software_identity.py
@@ -182,7 +182,7 @@ class TestInstalledSoftwareIdentity(base.SoftwareBaseTestCase):
'Object path does not match for %s.' % pkg)
# try to install second time
- self.assertRaisesCIM(pywbem.CIM_ERR_ALREADY_EXISTS
+ self.assertRaisesCIM(pywbem.CIM_ERR_ALREADY_EXISTS,
self.conn.CreateInstance, NewInstance=inst)
@base.mark_dangerous