Commit ba4b135
committed
Remove space from JMeter functions generated expressions parameters which can make components parsing fail
For instance, rpsThreadGroup limit was not being respected since parsing was failing due to parameter containing a space and the error was only reported in debug logs which were not visible to users by default.1 parent 93c975a commit ba4b135
File tree
1 file changed
+1
-1
lines changed- jmeter-java-dsl/src/main/java/us/abstracta/jmeter/javadsl/core/util
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments