Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Oct 12, 2023
1 parent f8a9fe0 commit c3e6c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void saveDeviceToken() throws Exception {

// then
mockMvc.perform(post("/notifications/device").header("Authorization", "Bearer " + accessToken)
.contentType("agipplication/json")
.contentType("application/json")
.content(objectMapper.writeValueAsString(deviceTokenRequestDto)))
.andExpect(status().isOk())
.andReturn();
Expand Down

0 comments on commit c3e6c9e

Please sign in to comment.