Commit 90df502
committed
Fix HostMetadataIT by enabling unified host metadata resolution
The test was failing because experimentalIsUnifiedHost was not set,
causing tryResolveHostMetadata() to skip the well-known endpoint call.
Co-authored-by: Isaac1 parent cbd81a9 commit 90df502
File tree
1 file changed
+2
-1
lines changed- databricks-sdk-java/src/test/java/com/databricks/sdk/integration
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments