Skip to content

Commit

Permalink
Merge pull request #140 from SURFscz/1675-plsc-does-not-provide-corre…
Browse files Browse the repository at this point in the history
…ct-output-for-attribute-vopersonpolicyagreement

fix for issue 1675
  • Loading branch information
mrvanes authored Nov 13, 2024
2 parents 655f8c1 + 19e276c commit 6e5fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def check_accepted_policy_agreement(person, person_object):

policy_agreement_attribute = False

for a in person_object[list(person_object)[0]]:
for a in list(person_object):
if a.startswith('voPersonPolicyAgreement'):
policy_agreement_attribute = True
break
Expand Down

0 comments on commit 6e5fcf6

Please sign in to comment.