Skip to content

Commit

Permalink
Fix the default endpoint for testing (#2076)
Browse files Browse the repository at this point in the history
Ask.Endpoint was renamed to AskWeb.Endpoint in #2067
  • Loading branch information
Andrés Atencio authored May 12, 2022
1 parent 31010cc commit 6428290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/channel_case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule AskWeb.ChannelCase do
import Ecto.Query

# The default endpoint for testing
@endpoint Ask.Endpoint
@endpoint AskWeb.Endpoint
end
end

Expand Down

0 comments on commit 6428290

Please sign in to comment.