Skip to content

Commit

Permalink
test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
va9id committed Oct 15, 2023
1 parent b09f125 commit 9f6a364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/example/ControllerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testDeleteAddressBook() throws Exception {

@Test
public void testDeleteBuddyInfo() throws Exception {
String requestBody = "{\"name\":\"mbappe\", \"phone\":\"7\"}";
String requestBody = "{\"name\":\"ronaldo\", \"phone\":\"7\"}";
mockMvc.perform(post("/buddyInfoes")
.contentType(MediaType.APPLICATION_JSON)
.content(requestBody))
Expand Down

0 comments on commit 9f6a364

Please sign in to comment.