Skip to content

Commit 49b7f0d

Browse files
update method
1 parent 3357e59 commit 49b7f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/01/storage/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ async def test_get_user_async_jobs(
678678
TaskStatus,
679679
),
680680
(
681-
"DELETE",
681+
"POST",
682682
"abort_href",
683683
async_jobs.abort.__name__,
684684
AsyncJobAbort(result=True, job_id=AsyncJobId(_faker.uuid4())),

0 commit comments

Comments
 (0)