Skip to content

Commit

Permalink
Update pb_client_cluster_management_SUITE.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniusa committed Jul 25, 2019
1 parent 62635d8 commit 874d103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/multidc/pb_client_cluster_management_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ setup_cluster_test(Config) ->
% get descriptor of cluster 2:
{ok, Pb3} = antidotec_pb_socket:start(?ADDRESS, test_utils:web_ports(clusterdev3) + 2),
{get_connection_descriptor_resp, {ok, DescriptorBin3}} = send_pb_message(Pb3, get_connection_descriptor),
Descriptor3 = binary_to_term(DescriptorBin3),

% use descriptor to connect both dcs
{ok, Pb1} = antidotec_pb_socket:start(?ADDRESS, test_utils:web_ports(clusterdev1) + 2),
Expand Down

0 comments on commit 874d103

Please sign in to comment.