potiuk commented on code in PR #35465:
URL: https://github.com/apache/airflow/pull/35465#discussion_r1383011291


##########
tests/providers/google/cloud/triggers/test_cloud_batch.py:
##########
@@ -69,10 +69,10 @@ async def test_trigger_on_success_yield_successfully(
         """
         Tests the CloudBatchJobFinishedTrigger fires once the job execution 
reaches a successful state.
         """
-        state = JobStatus.State.SUCCEEDED
+        state = JobStatus.State(JobStatus.State.SUCCEEDED)

Review Comment:
   Agree. But it does not :) ... Not sure what else I can do about it :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to