Skip to content

Commit ac16fb5

Browse files
committed
Update a test
1 parent 4e69b33 commit ac16fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plausible_web/controllers/api/external_stats_controller/query_imported_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ defmodule PlausibleWeb.Api.ExternalStatsController.QueryImportedTest do
13441344
])
13451345

13461346
conn =
1347-
post(conn, "/api/v2/query", %{
1347+
post(conn, "/api/v2/query-internal-test", %{
13481348
"site_id" => site.domain,
13491349
"metrics" => ["visitors"],
13501350
"date_range" => "all",

0 commit comments

Comments
 (0)