microsoft / microsoft/kiota-ruby
ensure 3XX responses without location header do not throw
Open
Nobody has claimed this yet.
bug
help wanted
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 8
- Avg merge
- 11h 9m
- Merged PRs (30d)
- 24
Description
follow up to https://github.com/microsoft/kiota/pull/4367
and https://github.com/microsoft/kiota/issues/4190
Implement a unit test with a 304 response, no location header, check the request adapter returns null and doesn't throw.
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
Start by locating the Ruby request adapter and its existing unit tests for 3XX responses. Add the specified 304 response without a Location header, then verify that the adapter returns null without throwing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100