Skip to content

Commit 4e87993

Browse files
committed
update magics for more troubleshooting III
1 parent c75000a commit 4e87993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_magics.py

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

0 commit comments

Comments
 (0)