Skip to content

Commit

Permalink
Fixed wiremock#1684 - Fix OldRemoveStubMappingTaskTest test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrolfr committed Oct 14, 2022
1 parent 955d280 commit a84fcfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class OldRemoveStubMappingTaskTest {
private OldRemoveStubMappingTask removeStubMappingTask = new OldRemoveStubMappingTask();

@Test
public void delegatesSavingMappingsToAdmin() {
public void delegatesDeletingMappingsToAdmin() {
when(mockRequest.getBodyAsString()).thenReturn(buildJsonStringFor(MOCK_MAPPING));

removeStubMappingTask.execute(mockAdmin, mockRequest, PathParams.empty());
Expand Down

0 comments on commit a84fcfb

Please sign in to comment.