Skip to content

Commit

Permalink
Merge pull request #59 from owncloud/changeResponseCode
Browse files Browse the repository at this point in the history
Change response code expectation
  • Loading branch information
ScharfViktor authored Dec 4, 2023
2 parents 5bfc384 + 33b260e commit 940f08b
Show file tree
Hide file tree
Showing 97 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion packages/k6-tdk/src/client/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Group extends EndpointClient {

check({ val: response }, {
'client -> group.createGroup - status': ({ status }) => {
return status === 200
return status === 201
}
})

Expand Down
2 changes: 1 addition & 1 deletion packages/k6-tdk/src/client/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class User extends EndpointClient {

check({ val: response }, {
'client -> user.createUser - status': ({ status }) => {
return status === 200
return status === 201
}
})

Expand Down
1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-23IE5RL2.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-25P72U2L.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-2GLZYVP2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-2H3JW7GA.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-3JBADMMF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-4PSSNLQ4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/k6-tests/artifacts/__chunk/chunk-54M7XJG3.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/k6-tests/artifacts/__chunk/chunk-7CITXK3Q.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 940f08b

Please sign in to comment.