matrix-org / matrix-org/sytest
"GET /capabilities is present and well formed for registered user" requires non-required fields
Open
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 81
- Forks
- 63
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
The specification for GET /_matrix/client/r0/capabilities does not mark m.change_password nor m.room_versions as required, but the test requires both of them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the test for GET /_matrix/client/r0/capabilities and compare its assertions with the specification for m.change_password and m.room_versions. Confirm that the test no longer requires fields the specification marks as optional, then run the focused capabilities test to verify responses without those fields are accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- api, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100