Fixes local test after ensuring using https:// doesn't work with it.

pull/1341/head
Jorge Canizales 10 years ago
parent eddb0065c1
commit e72114cc9c
  1. 2
      src/objective-c/examples/Sample/SampleTests/SampleTests.m

@ -116,7 +116,7 @@
RGDPoint *point = [[[[[RGDPointBuilder alloc] init] setLatitude:28E7] setLongitude:-15E7] build]; RGDPoint *point = [[[[[RGDPointBuilder alloc] init] setLatitude:28E7] setLongitude:-15E7] build];
id<GRXWriter> requestsWriter = [GRXWriter writerWithValue:[point data]]; id<GRXWriter> requestsWriter = [GRXWriter writerWithValue:[point data]];
GRPCCall *call = [[GRPCCall alloc] initWithHost:@"https://127.0.0.1:8980" GRPCCall *call = [[GRPCCall alloc] initWithHost:@"http://127.0.0.1:8980"
method:method method:method
requestsWriter:requestsWriter]; requestsWriter:requestsWriter];

Loading…
Cancel
Save