Fix hibernate testLatestDeps (#14360)
This commit is contained in:
parent
0622153a71
commit
f7796a27cf
|
|
@ -170,7 +170,9 @@ class ProcedureCallTest {
|
|||
"org.hibernate.exception.AuthException"),
|
||||
satisfies(
|
||||
AttributeKey.stringKey("exception.message"),
|
||||
val -> val.startsWith("could not prepare statement")),
|
||||
val ->
|
||||
val.startsWithIgnoringCase(
|
||||
"could not prepare statement")),
|
||||
satisfies(
|
||||
AttributeKey.stringKey("exception.stacktrace"),
|
||||
val -> val.isNotNull())))
|
||||
|
|
|
|||
Loading…
Reference in New Issue