Skip to content

Commit c75000a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_magics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,8 @@ 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")
1102+
magics.context.project = None
1103+
# monkeypatch.setattr(magics.context, "project", "project-from-context")
11031104
# magics.context.credentials = mock.create_autospec(
11041105
# google.auth.credentials.Credentials, instance=True
11051106
# )

0 commit comments

Comments
 (0)