Skip to content

Commit 92d30c0

Browse files
committed
Fix service account
1 parent 79909dc commit 92d30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_colab_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_region():
3838

3939
@pytest.fixture
4040
def test_service_account():
41-
return os.getenv("SERVICE_ACCOUNT")
41+
return os.getenv("DATAPROC_SPARK_CONNECT_SERVICE_ACCOUNT")
4242

4343

4444
@pytest.fixture

0 commit comments

Comments
 (0)