Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: KeyFileTypeServiceAccount not found compile error #455

Merged
merged 1 commit into from Jan 29, 2021
Merged

fix: KeyFileTypeServiceAccount not found compile error #455

merged 1 commit into from Jan 29, 2021

Conversation

jonyhy96
Copy link
Contributor

Motivation

KeyFileTypeServiceAccount is not defiend in the latest version of oauth2/client_credentials_provider.go file,so there will be a compile error in oauth2/client_credentials_flow_test.go

Modifications

change KeyFileTypeServiceAccount to "resource" in test file.

Verifying this change

  • Make sure that the change passes the CI checks.

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): no
  • The public API: no
  • The schema: no

Documentation

  • Does this pull request introduce a new feature? no

Signed-off-by: jonyhy96 <hy352144278@gmail.com>
@merlimat merlimat merged commit 6548277 into apache:master Jan 29, 2021
@wolfstudy wolfstudy added this to the 0.4.0 milestone Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants