databricks-cli/experimental/github/github_test.go

12 lines
191 B
Go
Raw Normal View History

package github
import (
"testing"
)
func TestGithubGetPAT(t *testing.T) {
// pat, err := GithubGetPAT(context.Background())
// assert.NoError(t, err)
// assert.NotEqual(t, "..", pat)
}