diff --git a/tests/test_accounts.py b/tests/test_accounts.py index 788bd59..0b63295 100644 --- a/tests/test_accounts.py +++ b/tests/test_accounts.py @@ -112,7 +112,10 @@ def test_list_accounts_ordonat_fara_creds(conn): assert ids == sorted(ids) for r in rows: assert "rar_creds_enc" not in r - assert set(r.keys()) == {"id", "name", "cui", "email", "active", "status", "created_at", "tier", "trial_until"} + assert set(r.keys()) == { + "id", "name", "cui", "email", "active", "status", "created_at", + "tier", "trial_until", "requested_plan", "consent_at", + } # ---------------------------------------------------------------------------