From e44eebc58f2746ecdc107580dccccc948365edea Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 30 Dec 2024 20:59:46 +0530 Subject: [PATCH] fix broken integration test --- integration/bundle/init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/bundle/init_test.go b/integration/bundle/init_test.go index 9178de667..3a83848ad 100644 --- a/integration/bundle/init_test.go +++ b/integration/bundle/init_test.go @@ -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.