Skip to content

Commit

Permalink
Fix boring app test: debug=True when running on the cloud (#14751)
Browse files Browse the repository at this point in the history
debug=True for boring_app (dynamic app also has debug=True)

Co-authored-by: thomas chaton <[email protected]>
  • Loading branch information
krshrimali and tchaton authored Sep 16, 2022
1 parent 8c01c89 commit a05c2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_app_examples/test_boring_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_boring_app_example_cloud() -> None:
with run_app_in_cloud(
os.path.join(_PROJECT_ROOT, "examples/app_boring/"),
app_name="app_dynamic.py",
debug=False,
debug=True,
) as (
_,
view_page,
Expand Down

0 comments on commit a05c2a8

Please sign in to comment.