mirror of https://github.com/databricks/cli.git
fix broken integration test
This commit is contained in:
parent
a8a12483ad
commit
e44eebc58f
|
@ -246,7 +246,7 @@ func TestBundleInitTelemetryForCustomTemplates(t *testing.T) {
|
|||
require.Equal(t, 1, len(logs))
|
||||
event := logs[0].Entry.DatabricksCliLog.BundleInitEvent
|
||||
assert.Equal(t, event.TemplateName, "custom")
|
||||
assert.Nil(t, event.TemplateEnumArgs)
|
||||
assert.Empty(t, event.TemplateEnumArgs)
|
||||
|
||||
// Ensure that the UUID returned by the `bundle_uuid` helper is the same UUID
|
||||
// that's logged in the telemetry event.
|
||||
|
|
Loading…
Reference in New Issue