We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4521f87 commit 437245cCopy full SHA for 437245c
tests/spcs/test_services.py
@@ -69,8 +69,9 @@
69
@pytest.fixture()
70
def enable_events_and_metrics_config():
71
from snowflake.cli.api.utils.path_utils import path_resolver
72
+
73
from tests.conftest import clean_logging_handlers
-
74
75
with TemporaryDirectory() as tempdir:
76
# Resolve Windows short paths to prevent cleanup issues
77
resolved_tempdir = path_resolver(tempdir)
0 commit comments