Skip to content

Commit

Permalink
fix expectation for changed Flask info
Browse files Browse the repository at this point in the history
curiously this is actually what the PyPI API reports now
  • Loading branch information
Ferada committed May 3, 2024
1 parent 4351ee8 commit 8764acf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 8764acf

Please sign in to comment.