Commit efb4021
committed
test: fix API tests to use internal file ID instead of nodeId
Update test methods to pass internal LibreSign file ID via getId()
instead of Nextcloud nodeId. API endpoints expect the internal ID,
not the filesystem node ID.
Fixes:
- NotifyControllerTest::testNotifySignersWithSuccess
- SignFileControllerTest::testDeleteSignFileIdSignRequestIdWithSuccess
- SignFileControllerTest::testDeleteUsingSignFileIdWithSuccess
Signed-off-by: Vitor Mattos <[email protected]>1 parent 4907701 commit efb4021
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments