Skip to content

Commit

Permalink
Update src/test/java/it/pagopa/transactions/services/v2/CircuitBreake…
Browse files Browse the repository at this point in the history
…rTest.java

Co-authored-by: Giovanni Berti <[email protected]>
  • Loading branch information
pietro-tota and giovanniberti authored Dec 1, 2023
1 parent 84942ff commit 0c550d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static Stream<Arguments> getIgnoredExceptionsForRetry(String retryInstan
.ofNullable(exceptionMapper.get(exceptionName))
.orElseThrow(
() -> new RuntimeException(
"No mapping found for exception: %s".formatted(exceptionName)
"Missing exception instance in test suite inside map `exceptionMapper` for class: %s"
)
),
retryInstanceName
Expand Down

0 comments on commit 0c550d5

Please sign in to comment.