diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-12 18:28:54 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-12 18:29:07 +0300 |
| commit | 1306b92997dc6e76e5d617d529dbc229d5aee200 (patch) | |
| tree | 7f5b72bb074053dbcfa0e268ce275ef6c6a8a9e7 /test/pool | |
| parent | f39e1b9eff859c0795911212c59304f68fca92bc (diff) | |
| download | pleroma-1306b92997dc6e76e5d617d529dbc229d5aee200.tar.gz pleroma-1306b92997dc6e76e5d617d529dbc229d5aee200.zip | |
clean up
Diffstat (limited to 'test/pool')
| -rw-r--r-- | test/pool/connections_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pool/connections_test.exs b/test/pool/connections_test.exs index 06f32b74e..aeda54875 100644 --- a/test/pool/connections_test.exs +++ b/test/pool/connections_test.exs @@ -355,7 +355,7 @@ defmodule Pleroma.Pool.ConnectionsTest do refute Conn.open(url, name) refute Connections.checkin(url, name) end) =~ - "Received error on opening connection http://gun-not-up.com {:error, :timeout}" + "Opening connection to http://gun-not-up.com failed with error {:error, :timeout}" end test "process gun_down message and then gun_up", %{name: name} do |
