Skip to content

Commit 47279c8

Browse files
committed
Tests trailing the changes
1 parent 3daa530 commit 47279c8

File tree

3 files changed

+136
-112
lines changed

3 files changed

+136
-112
lines changed

deployments/serializers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ class Meta:
359359
field: {
360360
'allow_null': False, 'required': True,
361361
} for field in (
362-
'reporting_ns', 'reporting_ns_contact_name', 'reporting_ns_contact_role', 'reporting_ns_contact_email',
363-
'name', 'project_country', 'programme_type', 'primary_sector', 'project_districts',
362+
'reporting_ns', 'name', 'project_country', 'programme_type', 'primary_sector', 'project_districts',
364363
)
365364
}
366365

0 commit comments

Comments
 (0)