Skip to content

Commit

Permalink
Fix missed key in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr committed Oct 18, 2023
1 parent ee0661c commit 889e821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ def test_save_tcf_privacy_preferences_against_ac_vendor(
assert len(response.json()["special_feature_preferences"]) == 0
assert len(response.json()["system_consent_preferences"]) == 0
assert len(response.json()["system_legitimate_interests_preferences"]) == 0
assert response.json()["tc_mobile_data"] is None
assert response.json()["fides_mobile_data"] is None

# Assert details saved w.r.t vendor

Expand Down

0 comments on commit 889e821

Please sign in to comment.