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: Fix petclinic fixture method rename and log level changes
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 test method names
by using wildcards/regex.
- Expanded the log label assertion to match both `info` and `debug`
functions.
- Wrapped the jq log label extraction in `first()` to prevent multiple
matches from causing the `assert_json_eq` to fail with multiple lines.
0 commit comments