Skip to content

Commit

Permalink
Fix test method
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Oct 17, 2024
1 parent 740d94a commit 4d7d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_v3/test_backup_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def test_cancel_backup(client: weaviate.WeaviateClient) -> None:
resp = client.backup.create(backup_id=backup_id, backend=BACKEND)
assert resp.status == BackupStatus.STARTED

assert client.backup.cancel_backup(backup_id=backup_id, backend=BACKEND)
assert client.backup.cancel(backup_id=backup_id, backend=BACKEND)

# async process
start = time.time()
Expand Down

0 comments on commit 4d7d651

Please sign in to comment.