mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
don't use removed set_config_int from python bindings
This commit is contained in:
parent
fcff3f795b
commit
20f0c93ba6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def acfactory(pytestconfig, tmpdir, request):
|
||||||
lib.dc_set_config(ac._dc_context, b"configured_addr", addr.encode("ascii"))
|
lib.dc_set_config(ac._dc_context, b"configured_addr", addr.encode("ascii"))
|
||||||
ac.set_config("mail_pw", "123")
|
ac.set_config("mail_pw", "123")
|
||||||
lib.dc_set_config(ac._dc_context, b"configured_mail_pw", b"123")
|
lib.dc_set_config(ac._dc_context, b"configured_mail_pw", b"123")
|
||||||
lib.dc_set_config_int(ac._dc_context, b"configured", 1)
|
lib.dc_set_config(ac._dc_context, b"configured", b"1")
|
||||||
return ac
|
return ac
|
||||||
|
|
||||||
def get_online_configuring_account(self):
|
def get_online_configuring_account(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue