diff options
Diffstat (limited to 'test/dialect/postgresql/test_dialect.py')
| -rw-r--r-- | test/dialect/postgresql/test_dialect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py index d15e3a843..6eaa3295b 100644 --- a/test/dialect/postgresql/test_dialect.py +++ b/test/dialect/postgresql/test_dialect.py @@ -982,7 +982,7 @@ $$ LANGUAGE plpgsql; t = Table("t", m, Column("c", type_, primary_key=True)) if version: - dialect = postgresql.dialect() + dialect = testing.db.dialect.__class__() dialect._get_server_version_info = mock.Mock( return_value=version ) |
