Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 427904b

Browse files
committed
testing explicit project
1 parent a0c3bc8 commit 427904b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/test_magics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,6 +1970,7 @@ def test_bigquery_magic_query_variable_not_identifier(monkeypatch):
19701970
google.auth.credentials.Credentials, instance=True
19711971
)
19721972

1973+
magics.context.project = "unit-test-project"
19731974
cell_body = "$123foo" # 123foo is not valid Python identifier
19741975

19751976
run_query_patch = mock.patch(

0 commit comments

Comments
 (0)