Skip to content

Commit

Permalink
Merge pull request #18327 from mvdbeek/shed_unit_fix
Browse files Browse the repository at this point in the history
[23.2] Fix tool_shed package unit tests
  • Loading branch information
mvdbeek authored Jun 5, 2024
2 parents bf19bc1 + 54a27a1 commit 02c1ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tool_shed/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def repository_fixture(app: ToolShedApp, user: User, name: str, category: Option
type,
description,
long_description,
user.id,
user,
category_ids=category_ids,
remote_repository_url=None,
homepage_url=None,
Expand Down

0 comments on commit 02c1ec8

Please sign in to comment.