Skip to content

Commit f3221f6

Browse files
update test
1 parent 6d819fc commit f3221f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ClientAdvisor/App/tests/test_app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ def client(app):
5858

5959
def test_create_app():
6060
app = create_app()
61-
app.config.update({
62-
"TESTING": True,
63-
"PROVIDE_AUTOMATIC_OPTIONS": True, # Ensure this is set in the test environment
64-
})
6561
assert app is not None
6662
assert app.name == "app"
6763
assert "routes" in app.blueprints

0 commit comments

Comments
 (0)