Skip to content

Commit 8de17e7

Browse files
committed
Add initialization for Snowflake connection fixture
1 parent f48e2e2 commit 8de17e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testing_snowflake_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@pytest.fixture
77
def snowflake_connection():
88
"""Fixture to establish a connection to Snowflake."""
9+
conn = None
910
try:
1011
conn = snowflake.connector.connect(
1112
user=os.getenv("SNOWFLAKE_USER"),

0 commit comments

Comments
 (0)