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 68cb405 commit 02d8264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ClientAdvisor/App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

def create_app():
app = Quart(__name__)
app.config["PROVIDE_AUTOMATIC_OPTIONS"] = True
app.register_blueprint(bp)
app.config["TEMPLATES_AUTO_RELOAD"] = True
# app.secret_key = secrets.token_hex(16)
Expand Down
2 changes: 0 additions & 2 deletions ClientAdvisor/App/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def test_create_app():
assert app is not None
assert app.name == "app"
assert "routes" in app.blueprints
app.config["PROVIDE_AUTOMATIC_OPTIONS"] = True
assert app.config["PROVIDE_AUTOMATIC_OPTIONS"] is True


@patch("app.get_bearer_token_provider")
Expand Down

0 comments on commit 02d8264

Please sign in to comment.