We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaac8d commit c02a3edCopy full SHA for c02a3ed
test/integration/test_cursor.py
@@ -60,7 +60,7 @@ def test_insert_data_invalid_column_raises(mocked_csv, db_kwargs):
60
):
61
cursor.insert_data_bulk(
62
filename="mocked_csv",
63
- table_name="test_table",
+ table_name="githubissue161",
64
parameter_indices=indexes,
65
column_names=["IncorrectColumnName"],
66
delimiter=",",
0 commit comments