From 45ab5e62d1f62ecdccde202ad4422a212a8e6502 Mon Sep 17 00:00:00 2001 From: Candela Date: Wed, 5 Jun 2024 11:36:24 -0300 Subject: [PATCH] Actualizo test e2e --- functional_tests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/functional_tests/tests.py b/functional_tests/tests.py index ddab9b2d..fb37d953 100644 --- a/functional_tests/tests.py +++ b/functional_tests/tests.py @@ -8,7 +8,6 @@ from app.models import Client, Provider - os.environ["DJANGO_ALLOW_ASYNC_UNSAFE"] = "true" playwright = sync_playwright().start() headless = os.environ.get("HEADLESS", 1) == 1