mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +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
|
||||
{
|
||||
private static int PORT = 6263;
|
||||
private static int PORT = 6273;
|
||||
|
||||
protected static Javalin service;
|
||||
|
||||
|
Reference in New Issue
Block a user