-
Notifications
You must be signed in to change notification settings - Fork 2k
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
functions/billing: test failure with non-actionable messages #1565
Comments
@ace-n Can you have a look at this functions tests please. Thanks |
@ace-n Seeing this error consistently and am unable to merge an unrelated PR: #1986
Can we make this test, |
Me too for PR #1985 |
I've marked this test as *optional*, and am planning to investigate the
failure (in further detail) later today.
|
Update: looks like this test is outdated - it depends on @JustinBeckwith I wasn't able to find a replacement in either of the |
I think you're looking for something like this: const {GoogleAuth} = require('google-auth-library');
const auth = new GoogleAuth({
scopes: [
'https://www.googleapis.com/auth/cloud-billing',
'https://www.googleapis.com/auth/cloud-platform',
],
});
google.options({auth}); |
Closing as duplicate of #1988 (which was fixed just now anyway). |
Two tests have this same failure state, which prevents effective triage.
Currently blocking merge on #1515
The text was updated successfully, but these errors were encountered: