We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edaeb5 commit d0ccb85Copy full SHA for d0ccb85
test/integ/pandas/test_pandas_tools.py
@@ -576,7 +576,6 @@ def test_table_location_building(
576
577
def mocked_execute(*args, **kwargs):
578
if len(args) >= 1 and args[0].startswith("COPY INTO"):
579
- print(kwargs)
580
assert kwargs["params"][0] == expected_location
581
cur = SnowflakeCursor(cnx)
582
cur._result = iter([])
0 commit comments