Skip to content
Snippets Groups Projects

GREG-243: Adding possibility to set date in consent endpoint. Showing ID for...

Merged Tore.Brede requested to merge GREG-243_fix_consent_api_issues into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -77,6 +77,7 @@ def test_get_person(client, person_foo, consent_type_foo):
assert data.get("last_name") == person_foo.last_name
assert data.get("consents") == [
{
"id": 1,
"consent_given_at": None,
"type": {"identifier": "foo", "mandatory": False},
"choice": "yes",
Loading