Skip to content

Commit 1625f81

Browse files
noeroggguuss
authored andcommitted
Update datasets tests for whiteList->keepList change. (#2011)
1 parent 20cafdb commit 1625f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/datasets/datasets_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
dataset_id = 'test-dataset-{}'.format(int(time.time()))
2525
destination_dataset_id = 'test-destination-dataset-{}'.format(int(time.time()))
26-
whitelist_tags = 'PatientID'
26+
keeplist_tags = 'PatientID'
2727
time_zone = 'UTC'
2828

2929

@@ -90,7 +90,7 @@ def test_deidentify_dataset(capsys):
9090
cloud_region,
9191
dataset_id,
9292
destination_dataset_id,
93-
whitelist_tags)
93+
keeplist_tags)
9494

9595
# Clean up
9696
datasets.delete_dataset(

0 commit comments

Comments
 (0)