From b2e934f6db3aba897e5e1fb09210e86adc186b98 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 8 Dec 2023 12:40:09 +0100 Subject: [PATCH] add nine.testrun.org as default CI instance. fix #12 --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index f9cc887..ab31b84 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -141,7 +141,7 @@ def outsider(tmpdir): def account(db_path, show_ffi=False): - token = os.environ.get("DCC_NEW_TMP_EMAIL") + token = os.environ.get("DCC_NEW_TMP_EMAIL", "https://nine.testrun.org/cgi-bin/newemail.py") print(token) ac = deltachat.Account(str(db_path)) credentials = requests.post(token).json()