From ebed2738db5e676a5fcaf4ee3ebf926a1ebe2fc9 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Mon, 23 Dec 2024 10:25:33 -0500 Subject: [PATCH] fix(tests): Prevent router_test.exs from running async (#2288) --- test/dotcom_web/router_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotcom_web/router_test.exs b/test/dotcom_web/router_test.exs index 433e9197cf..9fdb9bd782 100644 --- a/test/dotcom_web/router_test.exs +++ b/test/dotcom_web/router_test.exs @@ -1,5 +1,5 @@ defmodule Phoenix.Router.RoutingTest do - use DotcomWeb.ConnCase, async: true + use DotcomWeb.ConnCase @canonical_host "www.mbta.com"