Make stats controller tests synchronous (#3264)

This commit is contained in:
hq1 2023-08-14 15:49:41 +02:00 committed by GitHub
parent bc650c213a
commit 49a29d86e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
defmodule PlausibleWeb.StatsControllerTest do
use PlausibleWeb.ConnCase, async: true
use PlausibleWeb.ConnCase, async: false
use Plausible.Repo
import Plausible.Test.Support.HTML