Skip to content

Commit c68db54

Browse files
committed
remove put
1 parent b22f5ad commit c68db54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/client/ccr_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def create_document(index, type, document)
8787
follow_index(@follower_index.name, @leader_index.name)
8888

8989
response = $replica_client.ccr.get_follower_info("*")
90-
puts response
9190

9291
assert_equal response["follower_indices"][0]["follower_index"], @follower_index.name
9392
assert_equal response["follower_indices"][0]["leader_index"], @leader_index.name

0 commit comments

Comments
 (0)