From f3221f68ec0bed21c0676fba368daca5aead247a Mon Sep 17 00:00:00 2001 From: Ajit Padhi Date: Fri, 15 Nov 2024 14:27:28 +0530 Subject: [PATCH] update test --- ClientAdvisor/App/tests/test_app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ClientAdvisor/App/tests/test_app.py b/ClientAdvisor/App/tests/test_app.py index 8d79ffbc..8e938710 100644 --- a/ClientAdvisor/App/tests/test_app.py +++ b/ClientAdvisor/App/tests/test_app.py @@ -58,10 +58,6 @@ def client(app): def test_create_app(): app = create_app() - app.config.update({ - "TESTING": True, - "PROVIDE_AUTOMATIC_OPTIONS": True, # Ensure this is set in the test environment - }) assert app is not None assert app.name == "app" assert "routes" in app.blueprints