Skip to content

Commit

Permalink
update sql mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gbloom committed Sep 11, 2024
1 parent ac761b4 commit c3c1981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nativeapp/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def test_get_existing_app_pkg_info_app_pkg_does_not_exist(
@mock.patch("snowflake.cli._plugins.connection.util.get_context")
@mock.patch("snowflake.cli._plugins.connection.util.get_account")
@mock.patch("snowflake.cli._plugins.connection.util.get_snowsight_host")
@mock.patch(NATIVEAPP_MANAGER_EXECUTE)
@mock.patch(SQL_EXECUTOR_EXECUTE)
@mock_connection()
@pytest.mark.parametrize(
"warehouse, fallback_warehouse_call, fallback_side_effect",
Expand Down Expand Up @@ -661,7 +661,7 @@ def test_get_snowsight_url_with_pdf_warehouse(
@mock.patch("snowflake.cli._plugins.connection.util.get_context")
@mock.patch("snowflake.cli._plugins.connection.util.get_account")
@mock.patch("snowflake.cli._plugins.connection.util.get_snowsight_host")
@mock.patch(NATIVEAPP_MANAGER_EXECUTE)
@mock.patch(SQL_EXECUTOR_EXECUTE)
@mock_connection()
@pytest.mark.parametrize(
"project_definition_files, warehouse, expected_calls, fallback_side_effect",
Expand Down

0 comments on commit c3c1981

Please sign in to comment.