Skip to content

Commit

Permalink
Remove changes that aren't related to the flaky tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Dec 20, 2024
1 parent 148668d commit ed456a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/dotcom_web/live/trip_planner_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ defmodule DotcomWeb.Live.TripPlannerTest do
conn: conn,
params: params
} do
trip_headsign_1 = "Headsign1"
trip_headsign_2 = "Headsign2"
trip_headsign_1 = "Headsign:#{Faker.App.name()}"
trip_headsign_2 = "Headsign:#{Faker.App.name()}"

expect(OpenTripPlannerClient.Mock, :plan, fn _ ->
{:ok,
Expand Down Expand Up @@ -291,8 +291,8 @@ defmodule DotcomWeb.Live.TripPlannerTest do
conn: conn,
params: params
} do
trip_headsign_1 = "Headsign1"
trip_headsign_2 = "Headsign2"
trip_headsign_1 = "Headsign:#{Faker.App.name()}"
trip_headsign_2 = "Headsign:#{Faker.App.name()}"

expect(OpenTripPlannerClient.Mock, :plan, fn _ ->
{:ok,
Expand Down
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
use DotcomWeb.ConnCase, async: true

@canonical_host "www.mbta.com"

Expand Down

0 comments on commit ed456a2

Please sign in to comment.