refactor: improve code readability by formatting arguments across multiple files
Test / test (push) Successful in 15s
Test / test (push) Successful in 15s
This commit is contained in:
@@ -190,7 +190,8 @@ async def test_member_cannot_update_foreign_task(session: AsyncSession) -> None:
|
||||
role=OrganizationRole.MEMBER,
|
||||
)
|
||||
member_context = OrganizationContext(
|
||||
organization=context_owner.organization, membership=membership,
|
||||
organization=context_owner.organization,
|
||||
membership=membership,
|
||||
)
|
||||
|
||||
with pytest.raises(TaskForbiddenError):
|
||||
|
||||
Reference in New Issue
Block a user