Skip to content

Commit

Permalink
test unauthorized header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashad-h committed Oct 20, 2024
1 parent 2a0d9a3 commit 9c0305a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('POST /run', () => {
)

expect(res.status).toBe(401)
expect(res.headers.get('www-authenticate')).toBe('Bearer realm=""')
})
})

Expand Down

0 comments on commit 9c0305a

Please sign in to comment.