Skip to content

Commit e5e7525

Browse files
committed
Shorter error line for brownian app
1 parent e1715e2 commit e5e7525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/playwright/examples/example_apps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def get_apps(path: str) -> typing.List[str]:
5050
# shinywidgets.register_widget() uses `session` when registering widget
5151
"ShinyDeprecationWarning: `session=` is deprecated",
5252
"session_type_warning()", # continutation of line above
53+
# Brownian
54+
"`session=` is deprecated",
5355
]
5456
express_warnings = ["Detected Shiny Express app. "]
5557
app_allow_shiny_errors: typing.Dict[

0 commit comments

Comments
 (0)