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

ILCannedURLProtocol - how to test error status codes #7

Open
laucel opened this issue Mar 12, 2013 · 0 comments
Open

ILCannedURLProtocol - how to test error status codes #7

laucel opened this issue Mar 12, 2013 · 0 comments

Comments

@laucel
Copy link

laucel commented Mar 12, 2013

I'm using AFNetoworking and I'm tying to test a response containing, for example, a 400 status code. I'm setting status code like this:

[ILCannedURLProtocol setCannedStatusCode:400];

and the method under test correctly calls his error block but I'm getting a

AFNetworking Expected status code in (200-299), got 400

In your demo you always receive a 200 code, and get the error code from json, is that the only way?
Thanks.

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

No branches or pull requests

1 participant