Skip to content

Commit

Permalink
test: update remove the properties in the microprofile
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Oct 1, 2023
1 parent 05a7673 commit 4b7b309
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7b309

Please sign in to comment.