File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
forest-core/src/test/java/com/dtflys/forest/test/http/pool Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ public void testPoolAsync_globalPool() throws InterruptedException {
212212 @ Test
213213 public void testPoolAsync_asyncPool () throws InterruptedException {
214214 ForestConfiguration poolConf = ForestConfiguration .createConfiguration ()
215- .setVariableValue ("port" , server .getPort ())
215+ .var ("port" , server .getPort ())
216216 .setMaxConnections (30 )
217217 .setMaxAsyncThreadSize (30 )
218218 .setMaxAsyncQueueSize (10 );
Original file line number Diff line number Diff line change 3434 </scm >
3535
3636 <properties >
37- <revision >1.7.4 </revision >
37+ <revision >1.7.5 </revision >
3838 <maven .compiler.source>8</maven .compiler.source>
3939 <maven .compiler.target>8</maven .compiler.target>
4040
You can’t perform that action at this time.
0 commit comments