chore(assistance): correct fixuture kwargs for kb

ref: #804 #795
This commit is contained in:
2025-06-07 13:48:24 +09:30
parent d714476c97
commit 52235e2e82

View File

@ -23,7 +23,7 @@ def kwargs_knowledgebase(django_db_blocker,
team = model_team.objects.create(
organization = kwargs_centurionmodel['organization'],
name = 'kb tgt team' + random_str
team_name = 'kb tgt team' + random_str
)
user = model_user.objects.create(