You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Handle method rename and log level changes in petclinic fixture
The upstream spring-petclinic project renamed the `testOwnerDetails`
test method to `ownerDetails` and changed the log level of some
statements from INFO to DEBUG.
Updated `petclinic-tests.bats` to support both variations by using
wildcards/regex for the test method name and allowing both `info`
and `debug` function names in the log label assertion. This ensures
compatibility across different versions of the fixture.
0 commit comments