Ensure testing credentials are labeled as such

Kubernetes-commit: 9d3670f3586c98c02cdca93b7c98dd91fc0b87bd
This commit is contained in:
Tim Allclair
2020-02-04 10:36:05 -08:00
committed by Kubernetes Publisher
parent 8a503c805a
commit 8462896174
2 changed files with 2 additions and 1 deletions

View File

@@ -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{