From a8e9ae7e80e76484f550f00bf776002c8382c47e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 7 Aug 2015 13:21:35 +0200 Subject: [PATCH] One more Python fix. --- tools/python/unittests/linphonetester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/unittests/linphonetester.py b/tools/python/unittests/linphonetester.py index 53149e5a1..7fb8db5d2 100644 --- a/tools/python/unittests/linphonetester.py +++ b/tools/python/unittests/linphonetester.py @@ -146,7 +146,7 @@ class AccountManager: linphonetester_logger.critical("[TESTER] Account for {identity} could not be created on server.".format(identity=refcfg.identity_address.as_string())) sys.exit(-1) cfg.edit() - cfg.identity = account.modified_identity + cfg.identity_address = account.modified_identity cfg.done() ai = linphone.AuthInfo.new(account.modified_identity.username, None, account.password, None, None, account.modified_identity.domain) lc.add_auth_info(ai)