@@ -298,7 +298,7 @@ def test_inspect_gcs_file(bucket, topic_id, subscription_id, capsys):
298
298
"test.txt" ,
299
299
topic_id ,
300
300
subscription_id ,
301
- ["FIRST_NAME" , " EMAIL_ADDRESS" , "PHONE_NUMBER" ],
301
+ ["EMAIL_ADDRESS" , "PHONE_NUMBER" ],
302
302
timeout = 420 ,
303
303
)
304
304
@@ -340,7 +340,7 @@ def test_inspect_gcs_file_no_results(
340
340
"harmless.txt" ,
341
341
topic_id ,
342
342
subscription_id ,
343
- ["FIRST_NAME" , " EMAIL_ADDRESS" , "PHONE_NUMBER" ],
343
+ ["EMAIL_ADDRESS" , "PHONE_NUMBER" ],
344
344
timeout = 420 ,
345
345
)
346
346
@@ -356,7 +356,7 @@ def test_inspect_gcs_image_file(bucket, topic_id, subscription_id, capsys):
356
356
"test.png" ,
357
357
topic_id ,
358
358
subscription_id ,
359
- ["FIRST_NAME" , " EMAIL_ADDRESS" , "PHONE_NUMBER" ],
359
+ ["EMAIL_ADDRESS" , "PHONE_NUMBER" ],
360
360
)
361
361
362
362
out , _ = capsys .readouterr ()
@@ -371,7 +371,7 @@ def test_inspect_gcs_multiple_files(bucket, topic_id, subscription_id, capsys):
371
371
"*" ,
372
372
topic_id ,
373
373
subscription_id ,
374
- ["FIRST_NAME" , " EMAIL_ADDRESS" , "PHONE_NUMBER" ],
374
+ ["EMAIL_ADDRESS" , "PHONE_NUMBER" ],
375
375
)
376
376
377
377
out , _ = capsys .readouterr ()
0 commit comments