We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb2b02 commit 2fd239eCopy full SHA for 2fd239e
Tests/Logic/Network/RKResponseTest.m
@@ -296,7 +296,7 @@ - (void)testNoFollowRedirect {
296
}
297
298
- (void)testThatLoadingInvalidURLDoesNotCrashApp {
299
- NSURL *URL = [[NSURL alloc] initWithString:@"http://biz.gg"];
+ NSURL *URL = [[NSURL alloc] initWithString:@"http://localhost:5629"];
300
RKTestResponseLoader* loader = [RKTestResponseLoader responseLoader];
301
RKClient *client = [RKClient clientWithBaseURL:URL];
302
0 commit comments