Skip to content

Commit

Permalink
💚 fix test references to bucket key
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Dec 28, 2022
1 parent c89cf23 commit 0d0fe95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target_bigquery/tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_basic_sync(method):
"project": os.environ["BQ_PROJECT"],
"dataset": os.environ["BQ_DATASET"],
"batch_size": 100,
"gcs_bucket": os.environ["GCS_BUCKET"],
"bucket": os.environ["GCS_BUCKET"],
**OPTS,
},
)
Expand Down Expand Up @@ -127,7 +127,7 @@ def test_basic_denorm_sync(method):
"dataset": os.environ["BQ_DATASET"],
"batch_size": 100,
"timeout": 60,
"gcs_bucket": os.environ["GCS_BUCKET"],
"bucket": os.environ["GCS_BUCKET"],
**OPTS,
},
)
Expand Down

0 comments on commit 0d0fe95

Please sign in to comment.