mirror of https://github.com/databricks/cli.git
fix main_test.go
This commit is contained in:
parent
6580869117
commit
1912ebd8f6
|
@ -0,0 +1,13 @@
|
|||
package telemetry_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/databricks/cli/integration/internal"
|
||||
)
|
||||
|
||||
// TestMain is the entrypoint executed by the test runner.
|
||||
// See [internal.Main] for prerequisites for running integration tests.
|
||||
func TestMain(m *testing.M) {
|
||||
internal.Main(m)
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package internal
|
||||
package telemetry_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
Loading…
Reference in New Issue