Skip to content

Commit

Permalink
tagTest변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayle0627 committed Mar 10, 2025
1 parent c6bbff0 commit 9433541
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class TagIntegrationTest {
.content(mapper.writeValueAsString(updateTagRequest))
)
.andExpect(status().isOk)
.andExpect(jsonPath("$.id").value(1))
.andExpect(jsonPath("$.name").value("updateTag"))
.andExpect(jsonPath("$.colorHex").value("#000001"))

Expand Down

0 comments on commit 9433541

Please sign in to comment.