Skip to content

Commit a712b5f

Browse files
committed
test fixes
1 parent 20ca48b commit a712b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def cursor(suffix, test_db, marked_for_cleanup):
8686
try:
8787
cur.execute(res.drop_sql(if_exists=True))
8888
except snowflake.connector.errors.ProgrammingError as err:
89-
if err.errno in (2003, 393950):
89+
if err.errno in (2003, 2043, 393950):
9090
pass
9191
else:
9292
raise
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"database_role": "STATIC_DATABASE.STATIC_DATABASE_ROLE",
3-
"to_role": "SYSADMIN",
3+
"to_role": "STATIC_ROLE",
44
"to_database_role": null
55
}

0 commit comments

Comments
 (0)