-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(SQLAdminFetcher): Support base AuthClient
for auth
and loginAuth
#238
feat(SQLAdminFetcher): Support base AuthClient
for auth
and loginAuth
#238
Conversation
this.client = new Sqladmin({ | ||
rootUrl: sqlAdminAPIEndpoint, | ||
auth, | ||
auth: auth as GoogleAuth, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires the following to be resolved in order to remove the casting:
@@ -71,6 +71,28 @@ const mockRequest = ( | |||
}); | |||
}; | |||
|
|||
t.test('constructor', async t => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests aren't really 'tested' as this suite may be refactored shortly; they only exist for coverage purposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
30d140e
to
4ee3557
Compare
Change Description
Adds custom auth support for
auth
andloginAuth
.Checklist
bug/issue
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea.
Relevant issues: