Skip to content

Commit 5c5b332

Browse files
committed
q
1 parent cb7ae30 commit 5c5b332

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/hitl/test_hitl_job_trigger.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)