File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ defmodule Beacon.RouterTest do
76
76
77
77
test "existing nested conflicting route" , % { config: config } do
78
78
valid_host = "host.com"
79
- refute Router . reachable? ( config , host: valid_host , prefix: "/some_page" )
79
+ refute Router . reachable? ( config , host: valid_host , prefix: "/nested/ some_page" )
80
80
end
81
81
82
82
test "with no specific host" , % { config: config } do
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defmodule Beacon.BeaconTest.Router do
21
21
22
22
live_session :default do
23
23
live "/" , Beacon.BeaconTest.LiveViews.FooBarLive
24
- live "/:page" , Beacon.BeaconTest.LiveViews.FooBarLive
24
+ live "/nested/ :page" , Beacon.BeaconTest.LiveViews.FooBarLive
25
25
end
26
26
end
27
27
You can’t perform that action at this time.
0 commit comments