mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
Don't dump entities in JUnit
This commit is contained in:
@@ -45,7 +45,7 @@ public abstract class BaseJerseyTest extends JerseyTest {
|
||||
@Override
|
||||
protected Application configure() {
|
||||
enable(TestProperties.LOG_TRAFFIC);
|
||||
enable(TestProperties.DUMP_ENTITY);
|
||||
// enable(TestProperties.DUMP_ENTITY);
|
||||
return new Application();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user