Skip to content

Commit

Permalink
Test ignoring junk mopts
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Aug 8, 2017
1 parent ff079bb commit d42b952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/katipo_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ pool_opts(_) ->
PoolSize = 1,
PoolOpts = [{pipelining, true},
{max_pipeline_length, 5},
{max_total_connections, 10}],
{max_total_connections, 10},
{ignore_junk_opt, hithere}],
{ok, _} = katipo_pool:start(PoolName, PoolSize, PoolOpts),
ok = katipo_pool:stop(PoolName).

Expand Down

0 comments on commit d42b952

Please sign in to comment.