# 129 Handler code
* adds handler code list usage to forms and models * updates tests * extends API for handler code handling
This commit is contained in:
@@ -79,7 +79,9 @@ class EmaViewTestCase(CompensationViewTestCase):
|
||||
# Create log entry
|
||||
action = UserActionLogEntry.get_created_action(self.superuser)
|
||||
# Create responsible data object
|
||||
responsibility_data = Responsibility.objects.create()
|
||||
responsibility_data = Responsibility.objects.create(
|
||||
handler=self.handler
|
||||
)
|
||||
geometry = Geometry.objects.create()
|
||||
self.ema = Ema.objects.create(
|
||||
identifier="TEST",
|
||||
|
||||
Reference in New Issue
Block a user