Browse Source

Fix lint issues

Hafid.Haddouti 4 years ago
parent
commit
0fcdf2b11b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/provider/ibm/provider_test.go

+ 0 - 1
pkg/provider/ibm/provider_test.go

@@ -366,7 +366,6 @@ func TestIBMSecretManagerGetSecret(t *testing.T) {
 		smtc.apiInput.SecretType = core.StringPtr(sm.CreateSecretOptionsSecretTypeKvConst)
 		smtc.apiOutput.Resources = resources
 		smtc.ref.Key = secretKV
-		//smtc.ref.Property = "NO-PROPERTY"
 		smtc.expectedSecret = secretKVComplex
 	}