From 8764acf1a514e257c4872fe026706f238f79ae45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olof-Joachim=20Frahm=20=28=E6=AC=A7=E9=9B=85=E7=A6=8F=29?= Date: Fri, 3 May 2024 22:32:17 +0200 Subject: [PATCH] fix expectation for changed Flask info curiously this is actually what the PyPI API reports now --- utils.test.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/utils.test.js b/utils.test.js index 88beee0fe..83e5bcda9 100644 --- a/utils.test.js +++ b/utils.test.js @@ -195,14 +195,9 @@ test("get py metadata", async () => { ]); expect(data).toEqual([ { - _integrity: - "sha256-a31adc27de06034c657a8dc091cc5fcb0227f2474798409bff0e9674de31a026", description: "A simple framework for building complex web applications.", group: "", - homepage: { - url: "https://palletsprojects.com/p/flask", - }, - license: "BSD-3-Clause", + license: null, name: "Flask", version: "1.1.0", },