Commit fa12678
authored
Fix test that was picking up configuration from the environment (#287)
## Changes
The test is written to specifically test one branch so it should be
isolated from the environment. Resolve the configuration with an empty
`Environment` instance to achieve this.
This test was added in #277.
## Tests
* Unit test passes.
* Confirmed it also passes when environment variables that are used in
the nightlies are set.1 parent e2c76b6 commit fa12678
File tree
1 file changed
+2
-1
lines changed- databricks-sdk-java/src/test/java/com/databricks/sdk/core
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments