File tree 2 files changed +8
-6
lines changed
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):
51
51
52
52
53
53
def 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' ])
55
56
56
57
out , _ = capsys .readouterr ()
57
58
assert HARMLESS_STRING in out
@@ -110,6 +111,7 @@ def test_deidentify_with_fpe_ignores_insensitive_data(capsys):
110
111
deid .deidentify_with_fpe (
111
112
GCLOUD_PROJECT ,
112
113
HARMLESS_STRING ,
114
+ ['US_SOCIAL_SECURITY_NUMBER' ],
113
115
alphabet = 'NUMERIC' ,
114
116
wrapped_key = WRAPPED_KEY ,
115
117
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