mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-30 05:35:40 +08:00
Strip trailing whitespace. Refs #614
This commit is contained in:
@@ -977,7 +977,7 @@ request.timeoutInterval = 1.0;
|
||||
- (void)testUnavailabilityOfResponseInDidFailWithErrorCallback {
|
||||
NSURL *URL = [[NSURL alloc] initWithString:@"http://localhost:8765"];
|
||||
RKTestResponseLoader* loader = [RKTestResponseLoader responseLoader];
|
||||
|
||||
|
||||
RKClient *client = [RKClient clientWithBaseURL:URL];
|
||||
RKRequest *request = [client requestWithResourcePath:@"/invalid"];
|
||||
request.method = RKRequestMethodGET;
|
||||
|
||||
Reference in New Issue
Block a user