Skip to content

Commit c1e4896

Browse files
Fix broken v1 to v2 test on the feature branch (#1876)
1 parent 67c6221 commit c1e4896

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/helpers/__snapshots__/test_v1_to_v2.ambr

+5-5
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
type: string
189189
stage: dev_deployment
190190
artifacts:
191-
- src: app
191+
- src: app/
192192
dest: my_snowpark_project
193193
type: procedure
194194
execute_as_caller: false
@@ -212,7 +212,7 @@
212212
runtime: '3.1'
213213
stage: dev_deployment
214214
artifacts:
215-
- src: app
215+
- src: app/
216216
dest: my_snowpark_project
217217
type: function
218218
test_streamlit:
@@ -225,9 +225,9 @@
225225
pages_dir: None
226226
stage: streamlit
227227
artifacts:
228-
- streamlit_app.py
229-
- environment.yml
230-
- pages
228+
- src: streamlit_app.py
229+
- src: environment.yml
230+
- src: pages
231231
pkg:
232232
meta:
233233
role: pkg_role

0 commit comments

Comments
 (0)