Change base port - to make mvn verify more stable

This commit is contained in:
2024-11-22 15:14:35 -06:00
parent 76118bfca1
commit 243ffe81a5

View File

@ -38,7 +38,7 @@ import org.junit.jupiter.api.BeforeEach;
*******************************************************************************/
public abstract class SpecTestBase
{
private static int PORT = 6263;
private static int PORT = 6273;
protected static Javalin service;