File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ def test_deidentify_with_mask(capsys):
5151
5252
5353def test_deidentify_with_mask_ignore_insensitive_data (capsys ):
54- deid .deidentify_with_mask (GCLOUD_PROJECT , HARMLESS_STRING )
54+ deid .deidentify_with_mask (GCLOUD_PROJECT , HARMLESS_STRING ,
55+ ['US_SOCIAL_SECURITY_NUMBER' ])
5556
5657 out , _ = capsys .readouterr ()
5758 assert HARMLESS_STRING in out
@@ -110,6 +111,7 @@ def test_deidentify_with_fpe_ignores_insensitive_data(capsys):
110111 deid .deidentify_with_fpe (
111112 GCLOUD_PROJECT ,
112113 HARMLESS_STRING ,
114+ ['US_SOCIAL_SECURITY_NUMBER' ],
113115 alphabet = 'NUMERIC' ,
114116 wrapped_key = WRAPPED_KEY ,
115117 key_name = KEY_NAME )
Original file line number Diff line number Diff line change 1- google-cloud-dlp == 0.3 .0
2- google-cloud-storage == 1.8 .0
3- google-cloud-pubsub == 0.33.0
4- google-cloud-datastore == 1.6 .0
5- google-cloud-bigquery == 0.31 .0
1+ google-cloud-dlp == 0.9 .0
2+ google-cloud-storage == 1.10 .0
3+ google-cloud-pubsub == 0.37.2
4+ google-cloud-datastore == 1.7 .0
5+ google-cloud-bigquery == 1.5 .0
You can’t perform that action at this time.
0 commit comments