Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rajc242 committed Nov 13, 2024
1 parent f23dc3c commit e66d927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/gcs/test_gcs_to_bigtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_parse_args(self):
"--gcs.bigtable.input.location=gs://test",
"--spark.bigtable.project.id=GCP_PROJECT",
"--spark.bigtable.instance.id=BIGTABLE_INSTANCE_ID",
"--gcs.bigtable.catalog.json={key:value}"])
"--gcs.bigtable.catalog.json=gs://catalog/catalog.json"])

assert parsed_args["gcs.bigtable.input.format"] == "parquet"
assert parsed_args["gcs.bigtable.input.location"] == "gs://test"
Expand Down

0 comments on commit e66d927

Please sign in to comment.