We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d819fc commit f3221f6Copy full SHA for f3221f6
ClientAdvisor/App/tests/test_app.py
@@ -58,10 +58,6 @@ def client(app):
58
59
def test_create_app():
60
app = create_app()
61
- app.config.update({
62
- "TESTING": True,
63
- "PROVIDE_AUTOMATIC_OPTIONS": True, # Ensure this is set in the test environment
64
- })
65
assert app is not None
66
assert app.name == "app"
67
assert "routes" in app.blueprints
0 commit comments