Skip to content

Fix AIP download URL in dashboard #2622

Fix AIP download URL in dashboard

Fix AIP download URL in dashboard #2622

Triggered via pull request March 3, 2025 16:42
Status Failure
Total duration 34s
Artifacts

dashboard.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/components/__tests__/PackageDetailsCard.test.ts > PackageDetailsCard.vue > watches download requests from the store: dashboard/src/components/__tests__/PackageDetailsCard.test.ts#L40
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: Array [ - "http://localhost:3000/api/storage/aip/89229d18-5554-4e0d-8c4e-d0d88afd3bae/download", + "http://localhost:3000/api/storage/aips/89229d18-5554-4e0d-8c4e-d0d88afd3bae/download", "_blank", ] Number of calls: 1 ❯ src/components/__tests__/PackageDetailsCard.test.ts:40:25
test
Process completed with exit code 1.