8000 fix: tests.system.test_database_api: test_table_not_found failed #1484 by bhatt4982 · Pull Request #1501 · googleapis/python-spanner · GitHub
[go: up one dir, main page]

Skip to content
Open
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
2 changes: 1 addition & 1 deletion tests/system/test_database_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def test_iam_policy(
assert new_policy.bindings[0] == new_binding


def test_table_not_found(shared_instance):
def test_table_not_found(shared_instance, not_postgres):
temp_db_id = _helpers.unique_id("tbl_not_found", separator="_")

correct_table = "MyTable"
Expand Down
Loading
0