diff options
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
-rw-r--r-- | test/dialect/postgresql/test_reflection.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py index 7e7a82d46..ea72d5710 100644 --- a/test/dialect/postgresql/test_reflection.py +++ b/test/dialect/postgresql/test_reflection.py @@ -1147,13 +1147,7 @@ class ReflectionTest(fixtures.TestBase): "referred_columns": ["id"], "referred_table": "industry", "referred_schema": None, - "options": { - "onupdate": "CASCADE", - "deferrable": None, - "ondelete": "CASCADE", - "initially": None, - "match": None, - }, + "options": {"onupdate": "CASCADE", "ondelete": "CASCADE"}, }, } metadata.create_all() |