Skip to content

Commit 2547748

Browse files
Use root user for uppercase schema test due to permissions.
1 parent 33e95db commit 2547748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from inspect import getmembers
44
from . import schema
55
from . import schema_empty
6-
from . import PREFIX, CONN_INFO
6+
from . import PREFIX, CONN_INFO, CONN_INFO_ROOT
77
from .schema_simple import schema as schema_simple
88

99

@@ -135,6 +135,7 @@ def test_schema_save():
135135

136136
def test_uppercase_schema():
137137
# https://github.com/datajoint/datajoint-python/issues/564
138+
dj.conn(**CONN_INFO_ROOT, reset=True)
138139
schema1 = dj.Schema('Schema_A')
139140

140141
@schema1

0 commit comments

Comments
 (0)