Skip to content

Commit

Permalink
fixup! feat: key interface
Browse files Browse the repository at this point in the history
  • Loading branch information
phbelitz committed Feb 25, 2022
1 parent 4eba0a0 commit 14dddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validators/cosign/test_cosign_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def stdin_function(input):
"text",
process_input[0],
process_input[1],
(["--k8s-keychain"] if k8s_keychain else []),
*(["--k8s-keychain"] if k8s_keychain else []),
str(im),
]
fake_process.register_subprocess(
Expand Down

0 comments on commit 14dddd0

Please sign in to comment.