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 6e3f348 commit 68cb405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ClientAdvisor/App/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ 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 68cb405

Please sign in to comment.