We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740d94a commit 4d7d651Copy full SHA for 4d7d651
integration_v3/test_backup_v4.py
@@ -475,7 +475,7 @@ def test_cancel_backup(client: weaviate.WeaviateClient) -> None:
475
resp = client.backup.create(backup_id=backup_id, backend=BACKEND)
476
assert resp.status == BackupStatus.STARTED
477
478
- assert client.backup.cancel_backup(backup_id=backup_id, backend=BACKEND)
+ assert client.backup.cancel(backup_id=backup_id, backend=BACKEND)
479
480
# async process
481
start = time.time()
0 commit comments