Skip to content

Commit

Permalink
UI config / Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre authored Mar 4, 2019
1 parent a06f199 commit 78ceda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void putUiConfiguration() throws Exception {
.content(json)
.contentType(MediaType.APPLICATION_JSON)
.session(this.mockHttpSession)
.accept(MediaType.parseMediaType("application/json")))
.accept(MediaType.parseMediaType("text/plain")))
.andExpect(status().is(201));

UiSetting one = uiSettingsRepository.findOne(newUiConfig.getId());
Expand Down

0 comments on commit 78ceda8

Please sign in to comment.