Skip to content

Commit 7aa019f

Browse files
committed
add unit test
1 parent a171bee commit 7aa019f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/unit/_config/test_bigquery_options.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,8 @@ def test_default_options():
203203

204204
assert options.allow_large_results is False
205205
assert options.ordering_mode == "strict"
206+
207+
# We should default to None as an indicator that the user hasn't set these
208+
# explicitly. See internal issue b/445731915.
209+
assert options.credentials is None
210+
assert options.project is None

0 commit comments

Comments
 (0)