matrix-org / matrix-org/sytest
None of the paths in Identity/Server.pm check for method type
Open
- Dominant language
- Perl
- Stars
- 81
- Forks
- 63
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
All of the paths in https://github.com/matrix-org/sytest/blob/develop/lib/SyTest/Identity/Server.pm just check the path of the request, not the method type.
Doing so may help root out some bugs in implementation.
Contributor guide
Research direction
Start by reading lib/SyTest/Identity/Server.pm and review every request path it handles. Update the checks so method type is considered alongside the path, then verify the Identity server tests or integration suite cover the relevant request methods and no longer accept incorrect ones.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100