fix #71
Annotations
2 errors and 1 warning
sync_deployment_approval.test.ts > sync release approval status > should update release approval status:
actions/ftrack-sync/sync_deployment_approval.test.ts#L51
AssertionError: expected "spy" to be called with arguments: [ [ { action: 'query', …(1) } ] ]
Received:
1st spy call:
Array [
Array [
Object {
"action": "query",
- "expression": "select id, name from Release where name is \"ftrack-actions v0.0.0-test.4\"",
+ "expression": "select id, name from Release where name is \"ftrack-actions v0.0.0-test.15\"",
},
],
]
2nd spy call:
Array [
Array [
Object {
- "action": "query",
- "expression": "select id, name from Release where name is \"ftrack-actions v0.0.0-test.4\"",
+ "action": "update",
+ "entity_data": Object {
+ "__entity_type__": "Release",
+ "status_id": "44de097a-4164-11df-9218-0019bb4983d8",
+ },
+ "entity_key": Array [
+ "1234",
+ ],
+ "entity_type": "Release",
},
],
]
Number of calls: 2
❯ sync_deployment_approval.test.ts:51:24
|
Test
Process completed with exit code 1.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|