mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +03:00
Mix format
This commit is contained in:
parent
7cb148a4f1
commit
bd797c201f
@ -205,6 +205,7 @@ defmodule PlausibleWeb.Api.ExternalController do
|
||||
defp get_root_domain(hostname) when is_binary(hostname) do
|
||||
PublicSuffix.registrable_domain(hostname)
|
||||
end
|
||||
|
||||
defp get_root_domain(hostname), do: hostname
|
||||
|
||||
defp calculate_screen_size(nil), do: nil
|
||||
|
@ -815,7 +815,9 @@ defmodule PlausibleWeb.Api.ExternalControllerTest do
|
||||
assert one.user_id != two.user_id
|
||||
end
|
||||
|
||||
test "different hostname results in the same user ID when the root domain in the same", %{conn: conn} do
|
||||
test "different hostname results in the same user ID when the root domain in the same", %{
|
||||
conn: conn
|
||||
} do
|
||||
params = %{
|
||||
url: "https://user-id-test-domain.com/",
|
||||
domain: "user-id-test-domain-6.com",
|
||||
|
Loading…
Reference in New Issue
Block a user