Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Nov 15, 2024
1 parent 6d819fc commit f3221f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ClientAdvisor/App/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3221f6

Please sign in to comment.