Skip to content

Commit 2b9a954

Browse files
Fix test_streamlit_deploy_prune_flag database context mismatch
1 parent cfc0f4b commit 2b9a954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integration/test_streamlit_old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_streamlit_deploy_prune_flag(runner, test_database, project_directory):
116116
# Test prune functionality with legacy (ROOT_LOCATION) deployment
117117
# Versioned stages are managed differently and don't support manual file uploads well
118118
streamlit_identifier = "TEST_STREAMLIT_DEPLOY_SNOWCLI"
119-
stage_name = f"{test_database}.public.streamlit"
119+
stage_name = "streamlit"
120120
stage_path = f"@{stage_name}/test_streamlit_deploy_snowcli"
121121

122122
def _assert_file_names_on_stage(expected_files: List[str]) -> None:

0 commit comments

Comments
 (0)