See #890: fixed failing tests

This commit is contained in:
Eliot Berriot 2019-09-02 16:34:39 +02:00
parent a93f917960
commit 92a1914ef8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 13 additions and 0 deletions

View file

@ -546,6 +546,7 @@ def test_manage_report_serializer(factories, to_api_date):
artist.attributed_to
).data,
"target_state": report.target_state,
"notes": [],
}
s = serializers.ManageReportSerializer(report)