Skip to content

Commit

Permalink
mock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Sep 27, 2024
1 parent c9e7f59 commit 0178f9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/nativeapp/test_v2_to_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ def test_project_name(pdfv2_input, expected_project_name):
assert pdfv1.native_app.name == expected_project_name


@mock.patch(
"snowflake.cli._plugins.nativeapp.v2_conversions.v2_to_v1_decorator._pdf_v2_to_v1"
)
@mock.patch("snowflake.cli._plugins.nativeapp.v2_conversions.compat._pdf_v2_to_v1")
def test_decorator_skips_when_project_is_not_v2(mock_pdf_v2_to_v1):
pdfv1 = DefinitionV11(
**{
Expand Down

0 comments on commit 0178f9d

Please sign in to comment.