1
0
Fork 0

Update auth.test.ts

Fix test description.
pull/1668/head
David Pine 2024-02-25 09:54:46 -06:00 committed by GitHub
parent 88f7a7bc65
commit ea24e9a45d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ describe('auth', () => {
expect(obj.url).toBe('http://postman-echo.com/get')
})
it('does basic http get request with pat token auth', async () => {
it('does basic http get request with bearer token auth', async () => {
const token = 'scbfb44vxzku5l4xgc3qfazn3lpk4awflfryc76esaiq7aypcbhs'
const ph: am.BearerCredentialHandler = new am.BearerCredentialHandler(token)