projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bfc5d9
)
Apply 1 suggestion(s) to 1 file(s)
author
Maksim
<parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:42 +0000
(19:32 +0000)
committer
Maksim
<parallel588@gmail.com>
Wed, 7 Oct 2020 19:32:42 +0000
(19:32 +0000)
test/plugs/remote_ip_test.exs
patch
|
blob
|
history
diff --git
a/test/plugs/remote_ip_test.exs
b/test/plugs/remote_ip_test.exs
index 5f1b8a53947791cc1ad1385e979823f9428945bb..b45baf75fb5dbec406997e23df876566904cf2ba 100644
(file)
--- a/
test/plugs/remote_ip_test.exs
+++ b/
test/plugs/remote_ip_test.exs
@@
-104,7
+104,6
@@
defmodule Pleroma.Plugs.RemoteIpTest do
|> RemoteIp.call(nil)
assert conn.remote_ip == {1, 1, 1, 1}
- end
end
end