refactor(assistance): Serializer Unit Test Suite re-written to pytest for model KnowledgeBase
ref: #904 closes #900
This commit is contained in:
@ -72,7 +72,7 @@ class ModelTestCases:
|
||||
|
||||
for key, value in kwargs_many_to_many.items():
|
||||
|
||||
field = getattr(item, 'target_team')
|
||||
field = getattr(item, key)
|
||||
|
||||
for entry in value:
|
||||
|
||||
|
Reference in New Issue
Block a user