Skip to content

Commit

Permalink
fix(spanner): unskip emulator tests for proto (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta authored Jul 29, 2024
1 parent ec96d36 commit cb74679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit cb74679

Please sign in to comment.