Skip to content

Commit

Permalink
fix CI test validation for VerifiedLinked(_)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 6, 2024
1 parent 133c70f commit f49197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/bootstrap_demo_community.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_reputation_caching(client, cid, account):
# check if the reputation cache was updated
rep = client.reputation(account1)
print(rep)
if ('1', ' sqm1v79dF6b', 'VerifiedLinked') not in rep or ('2', ' sqm1v79dF6b', 'VerifiedLinked') not in rep or ('3', ' sqm1v79dF6b', 'VerifiedUnlinked') not in rep:
if ('1', ' sqm1v79dF6b', 'VerifiedLinked(2)') not in rep or ('2', ' sqm1v79dF6b', 'VerifiedLinked(3)') not in rep or ('3', ' sqm1v79dF6b', 'VerifiedUnlinked') not in rep:
print("wrong reputation")
exit(1)

Expand Down

0 comments on commit f49197a

Please sign in to comment.