Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 93290f3

Browse files
author
Shiranuit
authored
Merge branch 'master' into 3-dev
2 parents 8f07731 + bddb9f6 commit 93290f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/3/controllers/auth/update-self/snippets/update-self.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ hooks:
44
before: curl -X POST kuzzle:7512/users/foo/_create -H "Content-Type:application/json" --data '{"content":{"profileIds":["default"]},"credentials":{"local":{"username":"foo","password":"bar"}}}'
55
after: curl -X DELETE kuzzle:7512/users/foo
66
template: print-result
7-
expected: ^{_source={profileIds=\[default\],\ _kuzzle_info={createdAt=[0-9]+,\ author=-1},\ age=42},\ _id=foo}$
7+
expected: ^{_source={profileIds=\[default\],\ _kuzzle_info={updatedAt=[0-9]+,\ updater=foo},\ age=42},\ _id=foo}$

doc/3/controllers/document/update/snippets/update.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hooks:
88
curl -XPOST -d '{"name":"John"}' -H "Content-Type: application/json" kuzzle:7512/nyc-open-data/yellow-taxi/some-id/_create
99
after:
1010
template: print-result
11-
expected: "_id=some-id, _version=2"
11+
expected: "_id=some-id, _version=2"

0 commit comments

Comments
 (0)