Skip to content

Commit 3b320db

Browse files
rename
1 parent 920ff30 commit 3b320db

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
@@ -680,7 +680,7 @@ async def test_get_user_async_jobs(
680680
(
681681
"POST",
682682
"abort_href",
683-
async_jobs.abort.__name__,
683+
async_jobs.cancel.__name__,
684684
AsyncJobAbort(result=True, job_id=AsyncJobId(_faker.uuid4())),
685685
status.HTTP_204_NO_CONTENT,
686686
None,

0 commit comments

Comments
 (0)