Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Nov 4, 2024
1 parent 6073a62 commit 8a99bfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/test_data_profile_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *"
Expand All @@ -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",
},
Expand Down

0 comments on commit 8a99bfe

Please sign in to comment.