We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79909dc commit 92d30c0Copy full SHA for 92d30c0
tests/integration/test_colab_execution.py
@@ -38,7 +38,7 @@ def test_region():
38
39
@pytest.fixture
40
def test_service_account():
41
- return os.getenv("SERVICE_ACCOUNT")
+ return os.getenv("DATAPROC_SPARK_CONNECT_SERVICE_ACCOUNT")
42
43
44
0 commit comments