We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8495b93 commit 54ac27eCopy full SHA for 54ac27e
databricks-sdk-java/src/test/java/com/databricks/sdk/core/UserAgentTest.java
@@ -64,12 +64,9 @@ public void testUserAgentWithSemverValue() {
64
private Properties originalProperties;
65
66
@BeforeEach
67
- public void clearCICD() {
+ public void saveProperties() {
68
// Save original system properties
69
originalProperties = (Properties) System.getProperties().clone();
70
-
71
- // Clear all system properties
72
- System.getProperties().clear();
73
}
74
75
@AfterEach
0 commit comments