mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
15-FixJavaLanguageLevelMigrationIssues
This commit is contained in:
parent
46fdd703c3
commit
d622da7979
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public abstract class BaseIT {
|
|||
public void setup() {
|
||||
final String port = System.getProperty("daemon.port");
|
||||
if (port != null) {
|
||||
RestAssured.port = Integer.valueOf(port);
|
||||
RestAssured.port = Integer.parseInt(port);
|
||||
}
|
||||
final String baseHost = System.getProperty("daemon.host");
|
||||
if (baseHost != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue