Skip to content

Commit 6e03710

Browse files
committed
Allow for shiny express warning in examples tests
1 parent 938e360 commit 6e03710

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

shiny/express/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def wrap_express_app(file: Path) -> App:
3737
A `shiny.App` object.
3838
"""
3939
logging.getLogger("uvicorn.error").warning(
40-
"Detected Shiny Express app. please note that Shiny Express is still in "
40+
"Detected Shiny Express app. Please note that Shiny Express is still in "
4141
"development and the API is subject to change!"
4242
)
4343

tests/playwright/examples/test_examples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def get_apps(path: str) -> typing.List[str]:
6262
],
6363
}
6464
app_allow_external_errors: typing.List[str] = [
65+
# Shiny express warning:
66+
"Detected Shiny Express app. Please note that Shiny Express",
6567
# plotnine: https://github.com/has2k1/plotnine/issues/713
6668
# mizani: https://github.com/has2k1/mizani/issues/34
6769
# seaborn: https://github.com/mwaskom/seaborn/issues/3457

0 commit comments

Comments
 (0)