Skip to content

Commit

Permalink
fix cot generate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 15, 2019
1 parent a400ea7 commit 7f3af93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scriptworker/test/test_cot_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
@pytest.yield_fixture(scope='function')
def context(task_context):
ED25519_DIR = os.path.join(os.path.dirname(__file__), "data", "ed25519")
task_context.config['artifact_dir'] = ARTIFACT_DIR
task_context.set_paths()
task_context.artifact_dir = ARTIFACT_DIR
task_context.config['sign_chain_of_trust'] = True
task_context.config['ed25519_private_key_path'] = os.path.join(ED25519_DIR, 'scriptworker_private_key')

Expand Down

0 comments on commit 7f3af93

Please sign in to comment.