Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Closed
Changes from 1 commit
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