mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
updated test to get expected value
This commit is contained in:
parent
3638d79291
commit
f9ed8a9a08
@ -104,7 +104,7 @@ public class PetApiTest {
|
|||||||
api.updatePetWithForm(String.valueOf(fetched.getId()), "furt", null);
|
api.updatePetWithForm(String.valueOf(fetched.getId()), "furt", null);
|
||||||
Pet updated = api.getPetById(fetched.getId());
|
Pet updated = api.getPetById(fetched.getId());
|
||||||
|
|
||||||
assertEquals(updated.getName(), fetched.getName());
|
assertEquals(updated.getName(), "furt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user