We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee85b2 commit 827e318Copy full SHA for 827e318
1 file changed
test/e2e/vulnerabilities.spec.ts
@@ -73,6 +73,6 @@ test.describe('vulnerabilities API', () => {
73
)
74
const response = await page.request.get(url)
75
76
- expect(response.status()).toBe(502) // Based on handleApiError fallback
+ expect(response.status()).toBe(404) // Package not found returns 404
77
})
78
0 commit comments