Skip to content

Commit 94c015e

Browse files
Fix unit test
1 parent 9eff9ed commit 94c015e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmeter-java-dsl/src/test/resources/test-plan.template.jmx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<stringProp name="HTTPSampler.port">{{port:}}</stringProp>
3636
<stringProp name="HTTPSampler.path">/</stringProp>
3737
<stringProp name="HTTPSampler.method">POST</stringProp>
38-
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
3938
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
39+
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
4040
</HTTPSamplerProxy>
4141
<hashTree>
4242
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager">
@@ -58,8 +58,8 @@
5858
<stringProp name="HTTPSampler.port">{{port:}}</stringProp>
5959
<stringProp name="HTTPSampler.path">/</stringProp>
6060
<stringProp name="HTTPSampler.method">GET</stringProp>
61-
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
6261
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
62+
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
6363
</HTTPSamplerProxy>
6464
<hashTree/>
6565
</hashTree>

0 commit comments

Comments
 (0)