-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
test: add test for x-goog-user-project header #1889
Conversation
blocked on landing updates to |
Codecov Report
@@ Coverage Diff @@
## master #1889 +/- ##
=======================================
Coverage 96.41% 96.41%
=======================================
Files 2 2
Lines 418 418
Branches 7 7
=======================================
Hits 403 403
Misses 15 15 Continue to review full report at Codecov.
|
FWIW if you want to do a smoke test use the translation API and set the quota project to something nonsense and you should get an error back. |
Adds a smoke test for
x-goog-user-project
header being populated when calling:Depends on googleapis/google-auth-library-nodejs#837 landing, and being pulled into
googleapis-common
as a dependency.