mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Change base port - to make mvn verify more stable
This commit is contained in:
@ -38,7 +38,7 @@ import org.junit.jupiter.api.BeforeEach;
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public abstract class SpecTestBase
|
public abstract class SpecTestBase
|
||||||
{
|
{
|
||||||
private static int PORT = 6263;
|
private static int PORT = 6273;
|
||||||
|
|
||||||
protected static Javalin service;
|
protected static Javalin service;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user