summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-02-18 09:30:18 -0600
committerMark Felder <feld@FreeBSD.org>2020-02-18 09:30:18 -0600
commit138a3c1fe48bbace79c0121d4571db3c2a827860 (patch)
treee3fddad2a7eec8dc8feb941f217d2798527c9f6a
parent7d73e7a09a72354acf526652e307149afbf5b1a3 (diff)
downloadpleroma-138a3c1fe48bbace79c0121d4571db3c2a827860.tar.gz
pleroma-138a3c1fe48bbace79c0121d4571db3c2a827860.zip
Spelling was wrong in test as well
-rw-r--r--test/http/adapter/gun_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/adapter/gun_test.exs b/test/http/adapter/gun_test.exs
index 37489e1a4..1d7977c83 100644
--- a/test/http/adapter/gun_test.exs
+++ b/test/http/adapter/gun_test.exs
@@ -101,7 +101,7 @@ defmodule Pleroma.HTTP.Adapter.GunTest do
assert opts[:conn] == nil
assert opts[:close_conn] == nil
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)