diff --git a/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java b/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java index cacb14418..d9f6a3ccf 100644 --- a/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java +++ b/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java @@ -37,7 +37,18 @@ class MicroProfileSettingsTest { @AfterAll public static void afterAll() { - + System.clearProperty("jnosql.jnosql.key"); + System.clearProperty("jnosql.jnosql.host"); + System.clearProperty("key.jnosql"); + System.clearProperty("jnosql.key"); + System.clearProperty("jnosql.key-number"); + System.clearProperty("jnosql.host"); + System.clearProperty("jnosql.host.1"); + System.clearProperty("jnosql.host.2"); + System.clearProperty("jnosql.host.3"); + System.clearProperty("jnosql.server"); + System.clearProperty("jnosql.server.1"); + System.clearProperty("jnosql.server.2"); } @BeforeAll