Commit ff5f6840 authored by Kirill Smelkov's avatar Kirill Smelkov

test: It is .ingest() not .ingestDataChunk() for WendelinClient

parent b9d9f30d
......@@ -18,5 +18,5 @@ $wendelin = WendelinClient.new($streamtool, {'user' => $user, 'password' => $p
def ingest(input_stream_ref, data_chunk)
$wendelin.ingestDataChunk(input_stream_ref, data_chunk)
$wendelin.ingest(input_stream_ref, data_chunk)
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment