eventcally/tests/test_init_data.py
2021-02-12 09:29:50 +01:00

8 lines
159 B
Python

def test_add_oauth2_scheme(app, utils):
import os
del os.environ["AUTHLIB_INSECURE_TRANSPORT"]
url = utils.get_url("home")
utils.get_ok(url)