فهرست منبع

Update tests to use new API.

Tim Burks 8 سال پیش
والد
کامیت
7bbfb5dbb9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Tests/gRPCTests/GRPCTests.swift

+ 1 - 1
Tests/gRPCTests/GRPCTests.swift

@@ -126,7 +126,7 @@
     let host = "example.com"
     channel = gRPC.Channel(address:address, certificates:certificates, host:host)
   } else {
-    channel = gRPC.Channel(address:address)
+    channel = gRPC.Channel(address:address, secure:false)
   }
 
   channel.host = host