File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ async def test_agent_job_trigger(
125125 json = {
126126 "key" : f"{ job_key } " ,
127127 "id" : 123 ,
128- "state" : "Successful " ,
128+ "state" : "successful " ,
129129 "output_arguments" : json .dumps (output_args_dict ),
130130 },
131131 )
@@ -195,7 +195,7 @@ async def test_agent_job_trigger(
195195 json = {
196196 "key" : f"{ job_key } " ,
197197 "id" : 123 ,
198- "state" : "Successful " ,
198+ "state" : "successful " ,
199199 "output_arguments" : json .dumps (output_args_dict ),
200200 },
201201 )
@@ -218,7 +218,7 @@ async def test_agent_job_trigger(
218218
219219 with resume_context_2 :
220220 resume_context_2 .result = await resume_runtime_2 .execute (
221- input = {} , options = UiPathExecuteOptions (resume = True )
221+ input = None , options = UiPathExecuteOptions (resume = True )
222222 )
223223
224224 assert resume_context_2 .result is not None
You can’t perform that action at this time.
0 commit comments