Fix test break by the recent changes in IcerServer

Bug: webrtc:6973
Change-Id: I43ab49831fc3fe653eb26739a1ef3a60c73b9ffd
Reviewed-on: https://chromium-review.googlesource.com/540286
Reviewed-by: Zeke Chin <tkchin@webrtc.org>
Commit-Queue: Emad Omara <emadomara@google.com>
Cr-Commit-Position: refs/heads/master@{#18670}
This commit is contained in:
Emad Omara
2017-06-19 15:19:26 -07:00
committed by Commit Bot
parent efcc1318d3
commit cadd306857

View File

@ -42,7 +42,7 @@
return [self initWithURLStrings:urlStrings
username:username
credential:credential
tlsCertPolicy:RTCTlsCertPolicySecure
tlsCertPolicy:tlsCertPolicy
hostname:nil];
}