We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9862782 commit 548017bCopy full SHA for 548017b
tests/unit/test_magics.py
@@ -1099,6 +1099,7 @@ def test_bigquery_magic_saves_query_job_to_variable_on_error(
1099
"credentials",
1100
mock.create_autospec(google.auth.credentials.Credentials, instance=True),
1101
)
1102
+ monkeypatch.setattr(magics.context, "project", "project-from-context")
1103
# magics.context.credentials = mock.create_autospec(
1104
# google.auth.credentials.Credentials, instance=True
1105
# )
0 commit comments