Skip to content

Commit 46b3fc2

Browse files
author
Barak Cohen
committed
fix test
1 parent 29caa0f commit 46b3fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/bigquery/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def _row_data(row):
11851185
SENT = {
11861186
'skipInvalidRows': True,
11871187
'ignoreUnknownValues': True,
1188-
'template_suffix': '20160303',
1188+
'templateSuffix': '20160303',
11891189
'rows': [{'insertId': index, 'json': _row_data(row)}
11901190
for index, row in enumerate(ROWS)],
11911191
}

0 commit comments

Comments
 (0)