Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Feature: User management
And I log in as 'my-user-name':'my-user-pwd'
And I update my user custom data with the pair <field-name>:<field-value>
When I get my user info
Then the response '_source' field contains the pair <field-name>:<field-value>
Then the response 'content' field contains the pair <field-name>:<field-value>
Examples:
| field-name | field-value |
| 'my_data' | 'mystringvalue' |
Expand Down
1 change: 1 addition & 0 deletions documents.feature
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Feature: Document management
Given Kuzzle Server is running
And there is an index 'test-index'
And it has a collection 'mcreate-test-collection'
And the collection has a document with id 'mcreate-my-document-id'
When I create the documents ['mcreate-my-document-id', 'mcreate-my-document-id2']
Then I must have 2 documents in the collection
And I get a partial error
Expand Down