mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
8 lines
159 B
Python
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)
|