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
Fix DefaultBackportService.findMilestoneTitle for errors
The `this.github.findFile()` produces a `Mono.error` when file not found instead of `Mono.empty()`
* Fix `DefaultBackportService.findMilestoneTitle()` to use `onErrorResume()` instead of `switchIfEmpty()`
* Adjust `DefaultBackportServiceTests` mocks to emit `Mono.error(HttpClientErrorException(HttpStatus.NOT_FOUND))`
instead of `Mono.empty()` to simulate real HTTP result for `findFile` GH API
0 commit comments