nxtgauge-frontend-solid/playwright-reports/html/data/216d7d99c1dba7a3f5a89ff2c97220a1ca0a513e.md

23 lines
799 B
Markdown
Raw Normal View History

# Instructions
- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.
# Test info
- Name: security.spec.ts >> Security - Token Handling >> Token with invalid signature is rejected
- Location: tests/e2e/security.spec.ts:274:3
# Error details
```
Error: apiRequestContext.get: connect ECONNREFUSED ::1:3000
Call log:
- → GET http://localhost:3000/api/ai/usage
- user-agent: Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.96 Mobile Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwiaWF0IjoxOTk5OTk5OTk5OX0.wronngsignature
```