Skip to content

Commit

Permalink
Missing test fix for zookeeper (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Apr 16, 2020
1 parent 99fd850 commit 7bab64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
end
describe command("echo 'dump' | curl -s telnet://#{zookeeper_host}:#{zookeeper_client_port} | grep -c brokers") do
it "is expected to be equal" do
expect(subject.stdout.to_i).to eq count_inventory_roles("kafka")
expect(subject.stdout.to_i).to eq countInventoryHosts("kafka")
end
end
end

0 comments on commit 7bab64a

Please sign in to comment.