Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
openint-bot committed Jan 9, 2025
1 parent 5b5bfc0 commit 28b7af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/sdk-google/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const maybeTest = accessToken ? test : test.skip
const connectionId = process.env['OPENINT_GOOGLE_CONNECTION_ID']!
const apiKey = process.env['OPENINT_API_KEY_FOR_GOOGLE']!

maybeTest.only('get user info', async () => {
maybeTest('get user info', async () => {
const google = initGoogleSDK({auth: {bearer: accessToken}})
await google.drive_v2.GET('/about').then((r) => {
console.log(r.data)
Expand Down

0 comments on commit 28b7af3

Please sign in to comment.