Skip to content

Commit

Permalink
Fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jun 22, 2024
1 parent 40edbc7 commit 2f9a3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/integ/test_releases_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def make_package(name: str, versions: List[Tuple[Optional[str], Optional[str]]])
for (minv, maxv) in versions:
rel = PackageRelease()
rel.package = mod
rel.name = "test"
rel.title = "test"
rel.url = "https://github.com/ezhh/handholds/archive/master.zip"

Expand Down

0 comments on commit 2f9a3f0

Please sign in to comment.