Skip to content

Commit 23288f5

Browse files
committed
use the new option name for tests
1 parent 0e80573 commit 23288f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tsa_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def parse_args() -> str:
120120
program = [OSSLSIGNCODE_FILE, "sign", "-in", args.input, "-out", args.output,
121121
"-certs", args.certs, "-key", args.key,
122122
"-addUnauthenticatedBlob", "-add-msi-dse", "-comm", "-ph", "-jp", "low",
123-
"-h", "sha384", "-st", "1556668800", "-i", "https://www.osslsigncode.com/",
123+
"-h", "sha384", "-time", "1556668800", "-i", "https://www.osslsigncode.com/",
124124
"-n", "osslsigncode", "-ac", args.crosscert, "-ts"]
125125
return program
126126

0 commit comments

Comments
 (0)