diff --git a/src/test/jmeter/petclinic_test_plan.jmx b/src/test/jmeter/petclinic_test_plan.jmx index 5e942b138..0a9a3a5f9 100644 --- a/src/test/jmeter/petclinic_test_plan.jmx +++ b/src/test/jmeter/petclinic_test_plan.jmx @@ -135,7 +135,7 @@ - ${CONTEXT_WEB}/vendors/jquery/jquery.js + ${CONTEXT_WEB}/webjars/jquery/jquery.min.js GET true false @@ -175,7 +175,7 @@ - ${CONTEXT_WEB}/owners/find.html + ${CONTEXT_WEB}/owners/find GET true false @@ -195,7 +195,7 @@ - ${CONTEXT_WEB}/owners.html?lastName= + ${CONTEXT_WEB}/owners?lastName= GET true false @@ -215,7 +215,7 @@ - ${CONTEXT_WEB}/owners/${count}.html + ${CONTEXT_WEB}/owners/${count} GET true false @@ -235,7 +235,7 @@ - ${CONTEXT_WEB}/owners/${count}/edit.html + ${CONTEXT_WEB}/owners/${count}/edit GET true false @@ -262,7 +262,7 @@ - ${CONTEXT_WEB}/owners/${count}/edit.html + ${CONTEXT_WEB}/owners/${count}/edit POST true false @@ -329,7 +329,7 @@ - ${CONTEXT_WEB}/owners/${count}.html + ${CONTEXT_WEB}/owners/${count} GET true false