Spelling was wrong in test as well
This commit is contained in:
parent
7d73e7a09a
commit
138a3c1fe4
|
@ -101,7 +101,7 @@ test "get conn on next request" do
|
||||||
assert opts[:conn] == nil
|
assert opts[:conn] == nil
|
||||||
assert opts[:close_conn] == nil
|
assert opts[:close_conn] == nil
|
||||||
end) =~
|
end) =~
|
||||||
"Gun connections pool checkin was not succesfull. Trying to open conn for next request."
|
"Gun connections pool checkin was not successful. Trying to open conn for next request."
|
||||||
|
|
||||||
opts = Gun.options(uri)
|
opts = Gun.options(uri)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue