Skip to content

Commit

Permalink
Fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepb committed May 22, 2024
1 parent 24d1eb7 commit 201d48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wanda_web/plugs/api_redirector_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule WandaWeb.Plugs.ApiRedirectorTest do
test "should redirect to the next available version path if the newest version is not available",
%{conn: conn} do
defmodule V1FoundRouter do
def __match_route__(_, ["api", "v1", "test"], _) do
def __match_route__(["api", "v1", "test"], _, _) do
{%{}, %{}, %{}, {%{}, %{}}}
end

Expand Down

0 comments on commit 201d48c

Please sign in to comment.