Skip to content

Commit 548017b

Browse files
committed
update magics for more troubleshooting
1 parent 9862782 commit 548017b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_magics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ def test_bigquery_magic_saves_query_job_to_variable_on_error(
10991099
"credentials",
11001100
mock.create_autospec(google.auth.credentials.Credentials, instance=True),
11011101
)
1102+
monkeypatch.setattr(magics.context, "project", "project-from-context")
11021103
# magics.context.credentials = mock.create_autospec(
11031104
# google.auth.credentials.Credentials, instance=True
11041105
# )

0 commit comments

Comments
 (0)