We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc26f5 commit 2a4d911Copy full SHA for 2a4d911
tests/unit/test_session.py
@@ -2229,6 +2229,7 @@ def test_builder_pattern_system_label_protection(
2229
)
2230
self.stopSession(mock_session_controller_client_instance, session)
2231
2232
+ @mock.patch.dict(os.environ, {}, clear=True)
2233
@mock.patch("google.auth.default")
2234
@mock.patch("google.cloud.dataproc_v1.SessionControllerClient")
2235
@mock.patch("pyspark.sql.connect.client.SparkConnectClient.config")
0 commit comments