Skip to content

Commit

Permalink
Merge branch 'dev' into refactor/#54/security
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo authored Aug 20, 2024
2 parents 99cc1f4 + 4faba8d commit 1c6a463
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ void updateQuestionPost() throws Exception {
.content(toJson(request))
.contentType(APPLICATION_JSON)
.cookie(accessToken))

.andExpect(status().isOk())
.andExpect(jsonPath("$.title").value(request.title()))
.andExpect(jsonPath("$.content").value(request.content()))
Expand Down

0 comments on commit 1c6a463

Please sign in to comment.