diff --git a/tests/functional/test_data_profile_scan.py b/tests/functional/test_data_profile_scan.py index 96253a2ca..80d3332e8 100644 --- a/tests/functional/test_data_profile_scan.py +++ b/tests/functional/test_data_profile_scan.py @@ -46,7 +46,7 @@ config: data_profile_scan: location: us-central1 - scan_id: yasuhisa-test4 + scan_id: {SCAN_ID} sampling_percent: 10 row_filter: "TRUE" cron: "CRON_TZ=Asia/New_York 0 9 * * *" @@ -61,7 +61,6 @@ def project_config_update(self): "+labels": ORIGINAL_LABELS, "+data_profile_scan": { "location": SCAN_LOCATION, - "scan_id": SCAN_ID, "sampling_percent": 10, "row_filter": "TRUE", },