Skip to content

Commit 4d7d651

Browse files
committed
Fix test method
1 parent 740d94a commit 4d7d651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_v3/test_backup_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def test_cancel_backup(client: weaviate.WeaviateClient) -> None:
475475
resp = client.backup.create(backup_id=backup_id, backend=BACKEND)
476476
assert resp.status == BackupStatus.STARTED
477477

478-
assert client.backup.cancel_backup(backup_id=backup_id, backend=BACKEND)
478+
assert client.backup.cancel(backup_id=backup_id, backend=BACKEND)
479479

480480
# async process
481481
start = time.time()

0 commit comments

Comments
 (0)