Skip to content

Commit 6b82bac

Browse files
Fix integration test: use fully qualified stage name to match deployment database context
1 parent 731b0da commit 6b82bac

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 = "streamlit"
119+
stage_name = f"{test_database}.public.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)