summaryrefslogtreecommitdiff
path: root/tests/twisted/account-manager/bad-cm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/account-manager/bad-cm.py')
-rw-r--r--tests/twisted/account-manager/bad-cm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/account-manager/bad-cm.py b/tests/twisted/account-manager/bad-cm.py
index b00b9138..71ca2433 100644
--- a/tests/twisted/account-manager/bad-cm.py
+++ b/tests/twisted/account-manager/bad-cm.py
@@ -43,7 +43,7 @@ def test(q, bus, mc):
)
e = q.expect('dbus-error', method='CreateAccount')
assertEquals(cs.NOT_IMPLEMENTED, e.name)
- #assertContains("nonexistent_cm", e.message)
+ assertContains("nonexistent_cm", e.message)
# Create an account with a bad Protocol - it should fail