Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4ad1ed

Browse filesBrowse files
Liam GarvieLiam Garvie
authored andcommitted
Updated JMeter tests to reflect UUID controller change
1 parent 26f0efb commit a4ad1ed
Copy full SHA for a4ad1ed

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎jmeter/src/test/java/com/baeldung/JmeterIntegrationTest.java‎

Copy file name to clipboardExpand all lines: jmeter/src/test/java/com/baeldung/JmeterIntegrationTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public JmeterIntegrationTest(WebApplicationContext wac) {
2222
}
2323

2424
@Test
25-
void whenCallingTestController_thenWeShouldRecieveRandomizedResponse() throws Exception {
26-
MockHttpServletResponse response = mvc.perform(get("/api/test"))
25+
void whenCallingUUIDController_thenWeShouldRecieveRandomizedResponse() throws Exception {
26+
MockHttpServletResponse response = mvc.perform(get("/api/uuid"))
2727
.andDo(print())
2828
.andExpect(status().isOk())
2929
.andReturn()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.