mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-03 16:16:06 +00:00
Ensure testing credentials are labeled as such
Kubernetes-commit: 9d3670f3586c98c02cdca93b7c98dd91fc0b87bd
This commit is contained in:
committed by
Kubernetes Publisher
parent
8a503c805a
commit
8462896174
@@ -296,7 +296,7 @@ func TestCertificateData(t *testing.T) {
|
||||
|
||||
func TestBasicAuthData(t *testing.T) {
|
||||
username := "myuser"
|
||||
password := "mypass"
|
||||
password := "mypass" // Fake value for testing.
|
||||
|
||||
config := clientcmdapi.NewConfig()
|
||||
config.Clusters["clean"] = &clientcmdapi.Cluster{
|
||||
|
Reference in New Issue
Block a user