Skip to content

Commit 80ffdae

Browse files
committed
test: add not_postgres fixture to test_table_not_found system test. #1484
1 parent 600c136 commit 80ffdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_database_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_iam_policy(
304304
assert new_policy.bindings[0] == new_binding
305305

306306

307-
def test_table_not_found(shared_instance):
307+
def test_table_not_found(shared_instance, not_postgres):
308308
temp_db_id = _helpers.unique_id("tbl_not_found", separator="_")
309309

310310
correct_table = "MyTable"

0 commit comments

Comments
 (0)