We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95edece commit c98edb6Copy full SHA for c98edb6
tests/test_schema.py
@@ -68,7 +68,7 @@ def test_unauthorized_database():
68
"""
69
an attempt to create a database to which user has no privileges should raise an informative exception.
70
71
- dj.Schema('unauthorized_schema', connection=dj.conn(**CONN_INFO))
+ dj.Schema('unauthorized_schema', connection=dj.conn(reset=True, **CONN_INFO))
72
73
74
def test_drop_database():
0 commit comments