Skip to content

Commit

Permalink
fix: add username in task event test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Dec 23, 2024
1 parent 8f00e4d commit 72ee9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ async def task_event(db, project, tasks, admin_user):
new_event = TaskEventIn(
task_id=task.id,
user_id=user.id,
username=user.username,
event=TaskEvent.MAP,
comment="We added a comment!",
)
Expand Down

0 comments on commit 72ee9d4

Please sign in to comment.