We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cafdb commit 1625f81Copy full SHA for 1625f81
healthcare/api-client/datasets/datasets_test.py
@@ -23,7 +23,7 @@
23
24
dataset_id = 'test-dataset-{}'.format(int(time.time()))
25
destination_dataset_id = 'test-destination-dataset-{}'.format(int(time.time()))
26
-whitelist_tags = 'PatientID'
+keeplist_tags = 'PatientID'
27
time_zone = 'UTC'
28
29
@@ -90,7 +90,7 @@ def test_deidentify_dataset(capsys):
90
cloud_region,
91
dataset_id,
92
destination_dataset_id,
93
- whitelist_tags)
+ keeplist_tags)
94
95
# Clean up
96
datasets.delete_dataset(
0 commit comments