package main import "testing" func TestGetEntity(t *testing.T) { SetupConfig() leadID := "595071f8450974b72" crmGetEntity("Lead", leadID) }