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