We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d20c6d commit b2deaa0Copy full SHA for b2deaa0
v03_pipeline/lib/tasks/dataproc/run_pipeline_on_dataproc_test.py
@@ -69,7 +69,7 @@ def test_job_already_exists_success(
69
mock_client = mock_job_controller_client.return_value
70
mock_client.get_job.return_value = SimpleNamespace(
71
status=SimpleNamespace(
72
- state=google.cloud.dataproc_v1.types.jobs.JobStatus.State.DONE
+ state=google.cloud.dataproc_v1.types.jobs.JobStatus.State.DONE,
73
),
74
)
75
worker = luigi.worker.Worker()
@@ -139,7 +139,7 @@ def test_job_success(
139
140
SimpleNamespace(
141
142
143
144
145
]
0 commit comments