Skip to content

Commit

Permalink
Removing change to BasicDefaultIgnoreExceptionsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cowan committed Oct 20, 2016
1 parent 12d19bd commit 478c211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void testCommandOverridesDefaultIgnoreExceptions() {
service.commandOverridesDefaultIgnoreExceptions(SpecificException.class);
}

@Test(expected = HystrixRuntimeException.class)
@Test(expected = BadRequestException.class)
public void testCommandOverridesDefaultIgnoreExceptions_nonIgnoreExceptionShouldBePropagated() {
// method throws BadRequestException that isn't ignored
service.commandOverridesDefaultIgnoreExceptions(BadRequestException.class);
Expand Down

0 comments on commit 478c211

Please sign in to comment.