From a65a925ae57ea686e1c7d943b0f1539cf17c396a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 5 Jan 2010 20:25:27 -0600 Subject: [PATCH] Fixing the hand tests after the changeover --- hand_tests/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hand_tests/generic.py b/hand_tests/generic.py index 87aa33a..09729a3 100755 --- a/hand_tests/generic.py +++ b/hand_tests/generic.py @@ -121,7 +121,7 @@ class RequestConnection(Action): self._cm[telepathy.server.CONNECTION_MANAGER].RequestConnection( 'sip', { - 'username': self._username, + 'account': self._username, 'password': self._password, 'forward': self._forward, }, -- 1.7.9.5