Skip to content

Commit

Permalink
fix: KeyFileTypeServiceAccount not found compile error (#455)
Browse files Browse the repository at this point in the history
Signed-off-by: jonyhy96 <hy352144278@gmail.com>
  • Loading branch information
jonyhy96 committed Jan 29, 2021
1 parent 58a327d commit 6548277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/client_credentials_flow_test.go
Expand Up @@ -42,7 +42,7 @@ func (m *MockClientCredentialsProvider) GetClientCredentials() (*KeyFile, error)
var _ ClientCredentialsProvider = &MockClientCredentialsProvider{}

var clientCredentials = KeyFile{
Type: KeyFileTypeServiceAccount,
Type: "resource",
ClientID: "test_clientID",
ClientSecret: "test_clientSecret",
ClientEmail: "test_clientEmail",
Expand Down

0 comments on commit 6548277

Please sign in to comment.