Skip to content

Commit

Permalink
Fix unused variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Dec 12, 2024
1 parent 5075bfa commit 9778c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def admin_user(session):
# we need to create a new user with the admin role
user = DispatchUserFactory()
organization = OrganizationFactory()
user_organization = DispatchUserOrganizationFactory(
DispatchUserOrganizationFactory(
dispatch_user=user, organization=organization, role=UserRoles.admin
)

Expand Down

0 comments on commit 9778c6b

Please sign in to comment.