We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6c8a1 commit 918bd78Copy full SHA for 918bd78
tests/test_downstream_issue.py
@@ -1759,10 +1759,7 @@ def test_remove_diacritics(self):
1759
1760
@mock.patch(PATH + "snowflake.connector.connect")
1761
def test_execute_snowflake_query_real_connection(self, mock_snowflake_connect):
1762
- """
1763
- Test execute_snowflake_query with real Snowflake connection to cover the 10 lines
1764
- that are currently mocked out in other tests.
1765
+ """Test execute_snowflake_query function."""
1766
# Create a mock issue
1767
mock_issue = MagicMock()
1768
mock_issue.url = "https://github.com/test/repo/issues/1"
0 commit comments