mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 11:49:15 +00:00
object: containment: simplify the pattern match for OStatus testsuite hack
This commit is contained in:
parent
e99fdfc32d
commit
44e64af5e7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ defmodule Pleroma.Object.Containment do
|
||||||
# objects being present in the test suite environment. Once these objects are
|
# objects being present in the test suite environment. Once these objects are
|
||||||
# removed, please also remove this.
|
# removed, please also remove this.
|
||||||
if Mix.env() == :test do
|
if Mix.env() == :test do
|
||||||
defp compare_uris(_, %URI{scheme: "tag" <> _}), do: :ok
|
defp compare_uris(_, %URI{scheme: "tag"}), do: :ok
|
||||||
end
|
end
|
||||||
|
|
||||||
defp compare_uris(%URI{} = id_uri, %URI{} = other_uri) do
|
defp compare_uris(%URI{} = id_uri, %URI{} = other_uri) do
|
||||||
|
|
Loading…
Reference in a new issue