Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/system/test_database_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,6 @@ def _unit_of_work(transaction, test):


def test_create_table_with_proto_columns(
not_emulator,
not_postgres,
shared_instance,
databases_to_delete,
Expand Down
2 changes: 1 addition & 1 deletion tests/system/test_session_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ def test_execute_sql_w_query_param_struct(sessions_database, not_postgres):


def test_execute_sql_w_proto_message_bindings(
not_emulator, not_postgres, sessions_database, database_dialect
not_postgres, sessions_database, database_dialect
):
singer_info = _sample_data.SINGER_INFO_1
singer_info_bytes = base64.b64encode(singer_info.SerializeToString())
Expand Down