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