summaryrefslogtreecommitdiff
path: root/lib/netstd
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-05-11 15:39:57 +0200
committerJens Geyer <jensg@apache.org>2019-05-11 18:46:48 +0200
commita5dbb011fd5682db3406c91d02f17d9d019daa77 (patch)
tree9a3c7e75742ee3e4455d035a51e35624bfccdc52 /lib/netstd
parent522f873e1ee916d599c61c274e13fa0f31a8b12d (diff)
downloadthrift-a5dbb011fd5682db3406c91d02f17d9d019daa77.tar.gz
THRIFT-4864 CI fails at netstd
Client: netstd Patch: Jens Geyer This closes #1798
Diffstat (limited to 'lib/netstd')
-rw-r--r--lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs b/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
index a74f42b39..970ce7ece 100644
--- a/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
+++ b/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
@@ -36,7 +36,7 @@ namespace Thrift.Tests.Protocols
[TestMethod]
public void TJSONProtocol_Can_Create_Instance_Test()
{
- var httpClientTransport = Substitute.For<THttpTransport>(new Uri("http://localhost"), null);
+ var httpClientTransport = Substitute.For<THttpTransport>(new Uri("http://localhost"), null, null);
var result = new TJSONProtocolWrapper(httpClientTransport);