Skip to content

Commit 68cb405

Browse files
update test
1 parent 6e3f348 commit 68cb405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ClientAdvisor/App/tests/test_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def test_create_app():
5656
assert app is not None
5757
assert app.name == "app"
5858
assert "routes" in app.blueprints
59+
app.config["PROVIDE_AUTOMATIC_OPTIONS"] = True
60+
assert app.config["PROVIDE_AUTOMATIC_OPTIONS"] is True
5961

6062

6163
@patch("app.get_bearer_token_provider")

0 commit comments

Comments
 (0)