From 45185e91bf6bcad7d8cce4a07b63c65bc1339f3c Mon Sep 17 00:00:00 2001 From: Mynacol Date: Thu, 28 May 2026 21:07:00 +0000 Subject: [PATCH] zotero: fix the checks phase Follow-up to the 9.0.4 update in aa9f3b782453 that broke the (completely optional) tests, because upstream renamed the already ignored tests (as they try to access internet resources) in 5ebe8ea15f. --- pkgs/by-name/zo/zotero/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/zo/zotero/package.nix b/pkgs/by-name/zo/zotero/package.nix index 3cf137bf5f06..92bdbb91bf22 100644 --- a/pkgs/by-name/zo/zotero/package.nix +++ b/pkgs/by-name/zo/zotero/package.nix @@ -213,8 +213,8 @@ buildNpmPackage (finalAttrs: { # Skip some flaky/failing tests rm test/tests/retractionsTest.js for test in \ - "should use BrowserDownload for 403 when enforcing file type" \ - "should use BrowserDownload for a JS redirect page" \ + "should use BrowserRequest for 403 when enforcing file type" \ + "should use BrowserRequest for a JS redirect page" \ "should throw error on broken symlink" \ "should switch dialog from add note to add/edit citation" \ "should vacuum the database with force option" \