Remove default port from iTests
This commit is contained in:
@@ -179,6 +179,6 @@ public class RedisOperationsSessionRepositoryITests<S extends Session> {
|
||||
availablePort = socket.getLocalPort();
|
||||
socket.close();
|
||||
}
|
||||
return Protocol.DEFAULT_PORT;
|
||||
return availablePort;
|
||||
}
|
||||
}
|
||||
@@ -179,6 +179,6 @@ public class EnableRedisHttpSessionExpireSessionDestroyedTests<S extends Expirin
|
||||
availablePort = socket.getLocalPort();
|
||||
socket.close();
|
||||
}
|
||||
return Protocol.DEFAULT_PORT;
|
||||
return availablePort;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user