Skip to content

Commit 65c2d51

Browse files
committed
Ensure wildcard is in seeds
1 parent 29087d3 commit 65c2d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

priv/repo/seeds.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ long_random_paths =
4545
|> Enum.take(Enum.random(1..20))
4646
|> Enum.join("/")
4747

48-
"/#{path}.html"
48+
"/index/#{path}.html"
4949
end
5050

51-
long_random_paths = ["/", "/register", "/login", "/about"] ++ long_random_paths
51+
long_random_paths = ["/", "/register", "/login", "/about", "/index"] ++ long_random_paths
5252

5353
long_random_urls =
5454
for path <- long_random_paths do

0 commit comments

Comments
 (0)