Skip to content

Commit

Permalink
verify sigs in integration
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Mar 10, 2019
1 parent 7eb348d commit c15aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptworker/test/test_integration.py
Expand Up @@ -401,7 +401,7 @@ async def get_completed_task_info_from_labels(decision_task_id, label_to_task_ty

async def verify_cot(name, task_id, task_type):
log.info("Verifying {} {} {}...".format(name, task_id, task_type))
async with get_context({'verify_cot_signature': False}) as context:
async with get_context() as context:
context.task = await queue.task(task_id)
cot = ChainOfTrust(context, task_type, task_id=task_id)
await verify_chain_of_trust(cot)
Expand Down

0 comments on commit c15aeb1

Please sign in to comment.