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 4a1d04f commit f107efaCopy full SHA for f107efa
spec/meilisearch/client/snapshots_spec.rb
@@ -7,5 +7,6 @@
7
expect(response['taskUid']).to_not be_nil
8
expect(response['status']).to_not be_nil
9
expect(response['status']).to eq('enqueued')
10
+ expect(response['type']).to eq('snapshotCreation')
11
end
12
0 commit comments