[R5] Fix expected status in display name

This commit is contained in:
Mirna Gama 2024-01-06 18:53:25 -03:00 committed by Mirna Gama
parent b23a61c534
commit 7be05ac763

View File

@ -70,7 +70,7 @@ public class DoctorControllerTest {
* Post a valid doctor.
*/
@Test
@DisplayName("Should post valid doctor and return http status ok")
@DisplayName("Should post valid doctor and return http status created")
public void testPostValidDoctor() throws Exception {
DoctorDTO doctorDTO = new DoctorDTO("test", "test@gmail.com", "101010", "99999999", Specialty.ORTHOPEDICS,