Skip to content

Commit 188923f

Browse files
committed
fix test
1 parent 9833d08 commit 188923f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/test-cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ describe('cli smart_sig', () => {
8787
workspace: 'workspace',
8888
template: 'template',
8989
input: 'file.jpg',
90+
expire_at_ms: 1732550672867,
9091
url_params: {
9192
width: 100,
9293
skip: null,
@@ -103,6 +104,7 @@ describe('cli smart_sig', () => {
103104
workspace: 'workspace',
104105
template: 'template',
105106
input: 'file.jpg',
107+
expiresAt: 1732550672867,
106108
urlParams: {
107109
width: 100,
108110
mixed: ['one', 2],

0 commit comments

Comments
 (0)