Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Sep 27, 2024
1 parent d674a8e commit 6f8f9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self):
input_data = [{
'number': 1,
'str': 'some_string',
}]*500
}] * 500

table_schema = {
"fields": [{
Expand All @@ -483,7 +483,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self):
bq_result_errors = [({
'number': 1,
'str': 'some_string',
}, "Not Found")]*500
}, "Not Found")] * 500

args = self.test_pipeline.get_full_options_as_args()

Expand Down

0 comments on commit 6f8f9a9

Please sign in to comment.