mirror of
https://github.com/plausible/analytics.git
synced 2024-11-30 00:58:54 +03:00
fix test to make build green (#2747)
This commit is contained in:
parent
59a76dedf1
commit
a490016f6e
@ -1134,6 +1134,11 @@ defmodule Plausible.ImportedTest do
|
|||||||
"name" => "Total pageviews",
|
"name" => "Total pageviews",
|
||||||
"value" => 1
|
"value" => 1
|
||||||
},
|
},
|
||||||
|
%{
|
||||||
|
"change" => 0,
|
||||||
|
"name" => "Views per visit",
|
||||||
|
"value" => 0.0
|
||||||
|
},
|
||||||
%{
|
%{
|
||||||
"change" => nil,
|
"change" => nil,
|
||||||
"name" => "Bounce rate",
|
"name" => "Bounce rate",
|
||||||
|
Loading…
Reference in New Issue
Block a user