Skip to content

Commit

Permalink
fix: Fixing auth test. #195
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 11, 2022
1 parent 76c0a50 commit b2171d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/app_web/live/app_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ defmodule AppWeb.AppLiveTest do
test "test login link redirect to auth.dwyl.com", %{conn: conn} do
conn = get(conn, "/login")

assert redirected_to(conn, 302) =~
"https://dwylauth.herokuapp.com?referer=https://www.example.com/&auth_client_id=88SwQGzxQEvo6S9Pu7FZGp9btNo52rVkwtrhyub9i6K6UxVqho9A"
assert redirected_to(conn, 302) =~ "auth.dwyl.com"

end

test "tags_to_string/1" do
Expand Down

0 comments on commit b2171d7

Please sign in to comment.