Skip to content

Commit

Permalink
Shorter error line for brownian app
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Feb 14, 2024
1 parent e1715e2 commit e5e7525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/playwright/examples/example_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_apps(path: str) -> typing.List[str]:
# shinywidgets.register_widget() uses `session` when registering widget
"ShinyDeprecationWarning: `session=` is deprecated",
"session_type_warning()", # continutation of line above
# Brownian
"`session=` is deprecated",
]
express_warnings = ["Detected Shiny Express app. "]
app_allow_shiny_errors: typing.Dict[
Expand Down

0 comments on commit e5e7525

Please sign in to comment.