Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 1ddffdf

Browse files
[FAB-5511] fixed , Unnecessary code
Change-Id: I79a1506bd27e224d08c9138d95f06a1d7349ff10 Signed-off-by: liuwenliang0632@qq.com <liuwenliang0632@qq.com>
1 parent 6878f89 commit 1ddffdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/hyperledger/fabric/sdkintegration/UpdateChannelIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ public void setup() {
128128
// Getting foo channels current configuration bytes.
129129
final byte[] channelConfigurationBytes = fooChannel.getChannelConfigurationBytes();
130130

131-
HttpClients.createDefault();
132-
133131
HttpClient httpclient = HttpClients.createDefault();
134132
HttpPost httppost = new HttpPost("http://localhost:7059/protolator/decode/common.Config");
135133
httppost.setEntity(new ByteArrayEntity(channelConfigurationBytes));

0 commit comments

Comments
 (0)