We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e990881 commit 9df7c77Copy full SHA for 9df7c77
tests/playwright/deploys/plotly/rsconnect-python/plotly.json
@@ -4,7 +4,7 @@
4
"app_url": "https://testing-apps.shinyapps.io/example_deploy_app_a1/",
5
"app_id": 10800241,
6
"app_guid": null,
7
- "title": "example_deploy_app_A",
+ "title": "example_deploy_app_a1",
8
"app_mode": "python-shiny",
9
"app_store_version": 1
10
}
tests/playwright/deploys/plotly/test_plotly_app.py
@@ -8,7 +8,7 @@
)
TIMEOUT = 2 * 60 * 1000
11
-app_url = create_deploys_app_url_fixture("example_deploy_app_A")
+app_url = create_deploys_app_url_fixture("example_deploy_app_a1")
12
13
14
@skip_if_not_chrome
0 commit comments