Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 8a99bfe

Browse files
committed
fix test
1 parent 6073a62 commit 8a99bfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/test_data_profile_scan.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
config:
4747
data_profile_scan:
4848
location: us-central1
49-
scan_id: yasuhisa-test4
49+
scan_id: {SCAN_ID}
5050
sampling_percent: 10
5151
row_filter: "TRUE"
5252
cron: "CRON_TZ=Asia/New_York 0 9 * * *"
@@ -61,7 +61,6 @@ def project_config_update(self):
6161
"+labels": ORIGINAL_LABELS,
6262
"+data_profile_scan": {
6363
"location": SCAN_LOCATION,
64-
"scan_id": SCAN_ID,
6564
"sampling_percent": 10,
6665
"row_filter": "TRUE",
6766
},

0 commit comments

Comments
 (0)