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 c75000a commit 4e87993Copy full SHA for 4e87993
tests/unit/test_magics.py
@@ -1099,7 +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
- magics.context.project = None
+ magics.context.project = "project-from-context"
1103
# monkeypatch.setattr(magics.context, "project", "project-from-context")
1104
# magics.context.credentials = mock.create_autospec(
1105
# google.auth.credentials.Credentials, instance=True
0 commit comments