Skip to content

Commit

Permalink
qbo proxy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Nov 25, 2024
1 parent e20fed1 commit 4434f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/sdk-qbo/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {initSDK} from '@opensdks/runtime'
import qboSdkDef from './index.js'

const realmId = process.env['QBO_REALM_ID']!
const accessToken = process.env['QBO_ACCESS_TOKEN']!
const accessToken = process.env['QBO_DIRECT_TOKEN']!
const maybeTest = realmId ? test : test.skip

maybeTest('get QBO company directly with access token', async () => {
Expand Down Expand Up @@ -46,7 +46,7 @@ maybeTest(
)

const connectorName = 'qbo'
const token = process.env['QBO_TOKEN']!
const token = process.env['QBO_PROXY_TOKEN']!
maybeTest(
'get QBO company via proxy with token and connector name',
async () => {
Expand Down

0 comments on commit 4434f24

Please sign in to comment.