Skip to content

Commit 827e318

Browse files
committed
test: update test
1 parent 6ee85b2 commit 827e318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/vulnerabilities.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ test.describe('vulnerabilities API', () => {
7373
)
7474
const response = await page.request.get(url)
7575

76-
expect(response.status()).toBe(502) // Based on handleApiError fallback
76+
expect(response.status()).toBe(404) // Package not found returns 404
7777
})
7878
})

0 commit comments

Comments
 (0)