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 ae2b052 commit 057e27aCopy full SHA for 057e27a
tests/client/test_clinet_snapshots.py
@@ -4,8 +4,8 @@
4
def test_snapshot_creation(client, index_with_documents):
5
"""Tests the creation of a Meilisearch snapshot."""
6
index_with_documents("indexUID-snapshot-creation")
7
- snapshot= client.create_snapshot()
+ snapshot = client.create_snapshot()
8
client.wait_for_task(snapshot.task_uid)
9
snapshot_status = client.get_task(snapshot.task_uid)
10
assert snapshot_status.status == "succeeded"
11
- assert snapshot_status.type == "snapshotCreation"
+ assert snapshot_status.type == "snapshotCreation"
0 commit comments