Skip to content

Commit

Permalink
Fix broken v1 to v2 test on the feature branch (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdufour committed Dec 9, 2024
1 parent 4dd42c1 commit 9211c07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/helpers/__snapshots__/test_v1_to_v2.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
type: string
stage: dev_deployment
artifacts:
- src: app
- src: app/
dest: my_snowpark_project
type: procedure
execute_as_caller: false
Expand All @@ -212,7 +212,7 @@
runtime: '3.1'
stage: dev_deployment
artifacts:
- src: app
- src: app/
dest: my_snowpark_project
type: function
test_streamlit:
Expand All @@ -225,9 +225,9 @@
pages_dir: None
stage: streamlit
artifacts:
- streamlit_app.py
- environment.yml
- pages
- src: streamlit_app.py
- src: environment.yml
- src: pages
pkg:
meta:
role: pkg_role
Expand Down

0 comments on commit 9211c07

Please sign in to comment.