Merge pull request #893 from vmware-tanzu/fix_unit_test

Attempt to fix a unit test that always failed on my laptop
This commit is contained in:
Mo Khan 2021-11-23 19:25:16 -05:00 committed by GitHub
commit aaf847040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -979,6 +979,9 @@ func TestUnwrap(t *testing.T) {
gcpClient := makeClient(t, restConfig, func(config *rest.Config) {
config.AuthProvider = &clientcmdapi.AuthProviderConfig{
Name: "gcp",
Config: map[string]string{
"cmd-path": `echo {"access_token":"fake","token_expiry":"2200-01-02T15:04:05.999999999Z07:00"}`,
},
}
})