Skip to content

Commit

Permalink
fix(tests): Prevent router_test.exs from running async (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 23, 2024
1 parent 679edf5 commit ebed273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotcom_web/router_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Phoenix.Router.RoutingTest do
use DotcomWeb.ConnCase, async: true
use DotcomWeb.ConnCase

@canonical_host "www.mbta.com"

Expand Down

0 comments on commit ebed273

Please sign in to comment.