Skip to content

Commit c0abd02

Browse files
Fix unit test
1 parent e2e2d75 commit c0abd02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jmeter-java-dsl-recorder/src/test/resources/RecordedTestPlan.template.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
threadGroup(1, 1,
33
httpDefaults()
44
.encoding(StandardCharsets.UTF_8)
5-
.followRedirects(false),
5+
.followRedirects(false)
6+
.useKeepAlive(false),
67
httpSampler("/-{{\d+}}", "http://localhost:{{\d+}}"),
78
httpSampler("/home-{{\d+}}", "http://localhost:{{\d+}}/home")
89
.children(

0 commit comments

Comments
 (0)