Skip to content

Commit 54ac27e

Browse files
committed
update
1 parent 8495b93 commit 54ac27e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

databricks-sdk-java/src/test/java/com/databricks/sdk/core/UserAgentTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,9 @@ public void testUserAgentWithSemverValue() {
6464
private Properties originalProperties;
6565

6666
@BeforeEach
67-
public void clearCICD() {
67+
public void saveProperties() {
6868
// Save original system properties
6969
originalProperties = (Properties) System.getProperties().clone();
70-
71-
// Clear all system properties
72-
System.getProperties().clear();
7370
}
7471

7572
@AfterEach

0 commit comments

Comments
 (0)