Skip to content

Commit f7342ea

Browse files
committed
updated testcase
1 parent 3734eee commit f7342ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ebean-datasource/src/test/java/io/ebean/datasource/test/Db2TrustedContextContainerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ private static void setupTrustedContext(String localDockerIp) throws SQLExceptio
132132
stmt.execute("grant all on schema WEBUSER to user webuser");
133133
stmt.execute("grant all on schema S1 to user mandant1");
134134
stmt.execute("grant all on schema S2 to user mandant2");
135-
stmt.execute("grant connect on database to user mandant1");
136-
stmt.execute("grant connect on database to user mandant2");
137135

138136
stmt.execute("GRANT USE OF TABLESPACE USERSPACE1 TO user WEBUSER, user MANDANT1, user MANDANT2");
139137
stmt.execute("GRANT CONNECT, CREATETAB on database TO user WEBUSER, user MANDANT1, user MANDANT2");

0 commit comments

Comments
 (0)