Updated JMeter tests to reflect UUID controller change
This commit is contained in:
parent
745f15f7f2
commit
04475d1555
@ -22,8 +22,8 @@ class JmeterIntegrationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void whenCallingTestController_thenWeShouldRecieveRandomizedResponse() throws Exception {
|
void whenCallingUUIDController_thenWeShouldRecieveRandomizedResponse() throws Exception {
|
||||||
MockHttpServletResponse response = mvc.perform(get("/api/test"))
|
MockHttpServletResponse response = mvc.perform(get("/api/uuid"))
|
||||||
.andDo(print())
|
.andDo(print())
|
||||||
.andExpect(status().isOk())
|
.andExpect(status().isOk())
|
||||||
.andReturn()
|
.andReturn()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user