Skip to content

Commit 99c7bfc

Browse files
committed
fix test
1 parent 36b5dfb commit 99c7bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/bigquery/test_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_ai_generate_with_invalid_output_schema_raise_error(session):
118118
bbq.ai.generate(
119119
prompt,
120120
endpoint="gemini-2.5-flash",
121-
output_schema={"population": "INT64", "is_in_north_america": "bool"},
121+
output_schema={"population": "INT64", "is_in_north_america": "JSON"},
122122
)
123123

124124

0 commit comments

Comments
 (0)