[ SEARCH-1491 ] meaningful assertion error instead of a generic runtime

This commit is contained in:
agazzarini
2019-03-12 11:10:12 +01:00
parent f3b0751622
commit d6a43f36c9

View File

@@ -285,7 +285,7 @@ public abstract class AbstractSearchServiceE2E extends AbstractTestNGSpringConte
return response;
} catch (Exception exception) {
throw new RuntimeException(exception);
throw new AssertionError(exception);
}
}