I was doing some unit testing(unsynced from Todoist) using the sync api when I ran into a bug. I cannot create a task with a temp id. I've created a stable test for it seen in the images below.
The project is uncommitted, as the documentation implies the commit connects to the network which is not what I want in this CI test, and the create item mentions it accepts strings for temp-ids.
I was doing some unit testing(unsynced from Todoist) using the sync api when I ran into a bug. I cannot create a task with a temp id. I've created a stable test for it seen in the images below.
The project is uncommitted, as the documentation implies the commit connects to the network which is not what I want in this CI test, and the create item mentions it accepts strings for temp-ids.
expected behavior: Create a temp project, create a temp task linked to temp project.(its mentioned here but just shows the request not an api example: https://developer.todoist.com/sync/v8/?python#temporary-resource-id)