Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 403 responses #7

Merged
merged 2 commits into from
Nov 22, 2016
Merged

Conversation

palemorningdun
Copy link
Contributor

This simple change allows 403 responses to be returned similar to the other 4xx HTTP responses.

@codecov-io
Copy link

codecov-io commented Nov 22, 2016

Current coverage is 88.71% (diff: 100%)

Merging #7 into master will increase coverage by 0.01%

@@             master         #7   diff @@
==========================================
  Files           134        135     +1   
  Lines          5255       5271    +16   
  Methods           0          0          
  Messages          0          0          
  Branches        866        867     +1   
==========================================
+ Hits           4661       4676    +15   
- Misses          399        400     +1   
  Partials        195        195          

Powered by Codecov. Last update eb443f2...9d1e05b

}

@Test
public void should_honor_constructor_params() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appear to be tabs mixed with spaces in this file (and maybe others?). Please fix so they're all spaces. Otherwise looks great!

@palemorningdun
Copy link
Contributor Author

tabs removed

@nicmunroe nicmunroe merged commit efe65eb into Nike-Inc:master Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants