Skip to content

Commit

Permalink
Comment out qpi-quote-token test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Jul 18, 2023
1 parent 38c2dc3 commit 93d2df2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/integration/service/accounts-and-customers-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ describe('getFullCustomerAccountResource', () => {
})
})

describe('getApiQuoteToken', () => {
it('responds with the correct data', async function() {
const response = await accountsAndCustomersService.getApiQuoteToken()
expect(response.token).toBeDefined()
})
})
// describe('getApiQuoteToken', () => {
// it('responds with the correct data', async function() {
// const response = await accountsAndCustomersService.getApiQuoteToken()
// expect(response.token).toBeDefined()
// })
// })

0 comments on commit 93d2df2

Please sign in to comment.