summaryrefslogtreecommitdiff
path: root/test/sql/test_insert_exec.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_insert_exec.py')
-rw-r--r--test/sql/test_insert_exec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_insert_exec.py b/test/sql/test_insert_exec.py
index 76b4ba01e..e0e3b60a9 100644
--- a/test/sql/test_insert_exec.py
+++ b/test/sql/test_insert_exec.py
@@ -132,7 +132,7 @@ class InsertExecTest(fixtures.TablesTest):
ret[c.key] = row._mapping[c]
return ret, ipk
- if testing.against("firebird", "postgresql", "oracle", "mssql"):
+ if testing.against("postgresql", "oracle", "mssql"):
assert testing.db.dialect.implicit_returning
if testing.db.dialect.implicit_returning: