Skip to content

Commit

Permalink
fix: removing default config
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkg authored Jan 3, 2020
1 parent d940964 commit 80b6964
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/hisp/dhis/actions/RestApiActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ protected RequestSpecification given()
{
return RestAssured.given()
.baseUri( this.baseUri )
.basePath( endpoint )
.config( RestAssured.config()
.objectMapperConfig( new ObjectMapperConfig( ObjectMapperType.GSON ) ) );
.basePath( endpoint );
}

/**
Expand Down

0 comments on commit 80b6964

Please sign in to comment.