| commit | 6115543bfcc5639539d51c996976fb498f4bf2b8 | [log] [tgz] |
|---|---|---|
| author | Christophe Munilla <cmunilla@cmssi.fr> | Fri Apr 09 13:01:26 2021 +0200 |
| committer | Christophe Munilla <cmunilla@cmssi.fr> | Fri Apr 09 13:01:26 2021 +0200 |
| tree | 9865c00b6f5ad22dcca57e1a2687b9bb19cd0e9d | |
| parent | dd3da4ad6d7d8ffeceda15312b17481761940fdc [diff] |
Update oauth2 test port Use 8899 and 8895 ports for the tests to avoid potential conflicts
diff --git a/platform/sensinact-security/sensinact-security-oauth2/src/test/java/org/eclipse/sensinact/gateway/nthbnd/security/test/SecurityFilterTest.java b/platform/sensinact-security/sensinact-security-oauth2/src/test/java/org/eclipse/sensinact/gateway/nthbnd/security/test/SecurityFilterTest.java index 58ca975..9292b38 100644 --- a/platform/sensinact-security/sensinact-security-oauth2/src/test/java/org/eclipse/sensinact/gateway/nthbnd/security/test/SecurityFilterTest.java +++ b/platform/sensinact-security/sensinact-security-oauth2/src/test/java/org/eclipse/sensinact/gateway/nthbnd/security/test/SecurityFilterTest.java
@@ -32,7 +32,7 @@ KeycloakServer server = null; KServer() throws Throwable { server = KeycloakServer.bootstrapKeycloakServer( - new String[] {"-b","localhost","-p","8080"}); + new String[] {"-b","localhost","-p","8895"}); assertNotNull(server); RealmRepresentation representation = KeycloakServer.loadJson( new FileInputStream("src/test/resources/testRealm.json"),